<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Javascript Vi</title>
	<atom:link href="http://hackaday.com/2008/07/04/javascript-vi/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2008/07/04/javascript-vi/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Wed, 25 Nov 2009 19:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38389</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 07 Jul 2008 19:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38389</guid>
		<description>@#9: Good luck writing the first all-Javascript operating system =-)</description>
		<content:encoded><![CDATA[<p>@#9: Good luck writing the first all-Javascript operating system =-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Lucks</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38388</link>
		<dc:creator>Marc Lucks</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38388</guid>
		<description>Made some small changes to make the colors right on every page and to hide the toolbar:&lt;br&gt;&lt;br&gt;--- vi_orig.js  2008-05-06 21:31:01.000000000 +0200&lt;br&gt;+++ vi.js       2008-07-07 11:08:39.000000000 +0200&lt;br&gt;@@ -3643,6 +3643,7 @@&lt;br&gt;&lt;br&gt;        suggest.style.position = &#039;absolute&#039;;&lt;br&gt;        suggest.style.display = &#039;none&#039;;&lt;br&gt;+       suggest.style.color = &#039;#000000&#039;;&lt;br&gt;&lt;br&gt;        backing.tabIndex = -1;&lt;br&gt;        backing.style.position = &#039;absolute&#039;;&lt;br&gt;@@ -3665,6 +3666,8 @@&lt;br&gt;        tools.style.position = &#039;absolute&#039;;&lt;br&gt;        tools.style.right = &#039;0px&#039;;&lt;br&gt;        tools.style.bottom = &#039;0px&#039;;&lt;br&gt;+       tools.style.color = &#039;#000000&#039;;&lt;br&gt;+       tools.style.visibility = &#039;hidden&#039;;&lt;br&gt;        tools.innerHTML = &#039;&#039;&lt;br&gt;                + &#039;&lt;input tabindex=&quot;-1&quot; type=&quot;button&quot; value=&quot;B&quot; style=&quot;font-weight:bold;&quot; onClick=&quot;term_command(\&#039;:F!b\&#039;);&quot; /&gt;&#039;&lt;br&gt;                + &#039;&lt;input tabindex=&quot;-1&quot; type=&quot;button&quot; value=&quot;I&quot; style=&quot;font-style:italic;&quot; onClick=&quot;term_command(\&#039;:F!i\&#039;);&quot; /&gt;&#039;&lt;br&gt;@@ -3697,6 +3700,9 @@&lt;br&gt;        term.style.cursor = &#039;default&#039;;&lt;br&gt;        term.style.fontFamily = &#039;monospace&#039;;&lt;br&gt;        term.style.fontSize = &#039;100%&#039;;&lt;br&gt;+       term.style.backgroundColor = &#039;#ffffff&#039;;&lt;br&gt;+       term.style.color = &#039;#000000&#039;;&lt;br&gt;+       term.style.textAlign = &#039;left&#039;;&lt;br&gt;        _zmp(term);&lt;br&gt;        term._formelement = t;&lt;br&gt;        document.body.style.overflow = &#039;hidden&#039;;&lt;br&gt;&lt;br&gt;After that i added two filters to my Proxomitron:&lt;br&gt;&lt;br&gt;&quot;&quot; =&gt; &quot;</description>
		<content:encoded><![CDATA[<p>Made some small changes to make the colors right on every page and to hide the toolbar:</p>
<p>&#8212; vi_orig.js  2008-05-06 21:31:01.000000000 +0200<br />+++ vi.js       2008-07-07 11:08:39.000000000 +0200<br />@@ -3643,6 +3643,7 @@</p>
<p>        suggest.style.position = &#8216;absolute&#8217;;<br />        suggest.style.display = &#8216;none&#8217;;<br />+       suggest.style.color = &#8216;#000000&#8242;;</p>
<p>        backing.tabIndex = -1;<br />        backing.style.position = &#8216;absolute&#8217;;<br />@@ -3665,6 +3666,8 @@<br />        tools.style.position = &#8216;absolute&#8217;;<br />        tools.style.right = &#8216;0px&#8217;;<br />        tools.style.bottom = &#8216;0px&#8217;;<br />+       tools.style.color = &#8216;#000000&#8242;;<br />+       tools.style.visibility = &#8216;hidden&#8217;;<br />        tools.innerHTML = &#8221;<br />                + &#8216;&lt;input tabindex=&#8221;-1&#8243; type=&#8221;button&#8221; value=&#8221;B&#8221; style=&#8221;font-weight:bold;&#8221; onClick=&#8221;term_command(\&#8217;:F!b\&#8217;);&#8221; />&#8217;<br />                + &#8216;&lt;input tabindex=&#8221;-1&#8243; type=&#8221;button&#8221; value=&#8221;I&#8221; style=&#8221;font-style:italic;&#8221; onClick=&#8221;term_command(\&#8217;:F!i\&#8217;);&#8221; />&#8217;<br />@@ -3697,6 +3700,9 @@<br />        term.style.cursor = &#8216;default&#8217;;<br />        term.style.fontFamily = &#8216;monospace&#8217;;<br />        term.style.fontSize = &#8216;100%&#8217;;<br />+       term.style.backgroundColor = &#8216;#ffffff&#8217;;<br />+       term.style.color = &#8216;#000000&#8242;;<br />+       term.style.textAlign = &#8216;left&#8217;;<br />        _zmp(term);<br />        term._formelement = t;<br />        document.body.style.overflow = &#8216;hidden&#8217;;</p>
<p>After that i added two filters to my Proxomitron:</p>
<p>&#8220;&#8221; => &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Raheem</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38387</link>
		<dc:creator>Ali Raheem</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38387</guid>
		<description>@10(a.p.t) it could be obstruficated (god knows how to spell that).</description>
		<content:encoded><![CDATA[<p>@10(a.p.t) it could be obstruficated (god knows how to spell that).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dandin1</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38386</link>
		<dc:creator>dandin1</dc:creator>
		<pubDate>Sun, 06 Jul 2008 19:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38386</guid>
		<description>Unlike vi, Emacs is its own OS and environnement, good luck trying to implement it in javascript, certainly the lisp interpreter.&lt;br&gt;&lt;br&gt;Now excuse me as I c-x c-s c-x c-c. :D</description>
		<content:encoded><![CDATA[<p>Unlike vi, Emacs is its own OS and environnement, good luck trying to implement it in javascript, certainly the lisp interpreter.</p>
<p>Now excuse me as I c-x c-s c-x c-c. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38385</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 06 Jul 2008 16:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38385</guid>
		<description>No one has seen it, because Sun owns it.  You have to worry about copyright and the like.</description>
		<content:encoded><![CDATA[<p>No one has seen it, because Sun owns it.  You have to worry about copyright and the like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thouters</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38384</link>
		<dc:creator>thouters</dc:creator>
		<pubDate>Sat, 05 Jul 2008 18:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38384</guid>
		<description>Real nutcases (like me!) will apreciate the vimperator, an addon for firefox that brings Vi-joy to this browser (I switched from Epiphany to firefox so I can use it!) &lt;br&gt;&lt;br&gt; check &lt;a href=&quot;http://vimperator.mozdev.org/&quot; rel=&quot;nofollow&quot;&gt;http://vimperator.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;My first question was, how do I click links: well press &#039;f&#039; (or &#039;F&#039; to tab-open) and all links will be highlit and fitted with a number... just type the number!</description>
		<content:encoded><![CDATA[<p>Real nutcases (like me!) will apreciate the vimperator, an addon for firefox that brings Vi-joy to this browser (I switched from Epiphany to firefox so I can use it!) </p>
<p> check <a href="http://vimperator.mozdev.org/" rel="nofollow">http://vimperator.mozdev.org/</a></p>
<p>My first question was, how do I click links: well press &#8216;f&#8217; (or &#8216;F&#8217; to tab-open) and all links will be highlit and fitted with a number&#8230; just type the number!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.t.</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38383</link>
		<dc:creator>a.p.t.</dc:creator>
		<pubDate>Sat, 05 Jul 2008 18:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38383</guid>
		<description>Seeing as javascript is an interpreted language, rather than a compiled one, I&#039;d be really impressed if this wasn&#039;t open source.</description>
		<content:encoded><![CDATA[<p>Seeing as javascript is an interpreted language, rather than a compiled one, I&#8217;d be really impressed if this wasn&#8217;t open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cloudhackix</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38382</link>
		<dc:creator>cloudhackix</dc:creator>
		<pubDate>Sat, 05 Jul 2008 16:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38382</guid>
		<description>&#039;s a fine line between &quot;hack&quot; and &quot;pushing JS to it&#039;s limits&quot;, but I have to say this one at least amused me (vim4life</description>
		<content:encoded><![CDATA[<p>&#8217;s a fine line between &#8220;hack&#8221; and &#8220;pushing JS to it&#8217;s limits&#8221;, but I have to say this one at least amused me (vim4life</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Williamson</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38381</link>
		<dc:creator>Matt Williamson</dc:creator>
		<pubDate>Sat, 05 Jul 2008 16:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38381</guid>
		<description>How about emacs implemented in JS? That would be sweet.</description>
		<content:encoded><![CDATA[<p>How about emacs implemented in JS? That would be sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38380</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Sat, 05 Jul 2008 12:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38380</guid>
		<description>hey&lt;br&gt;is there any smart text editor other than this...&lt;br&gt;&lt;a href=&quot;http://hackiteasy.blogspot.com&quot; rel=&quot;nofollow&quot;&gt;http://hackiteasy.blogspot.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>hey<br />is there any smart text editor other than this&#8230;<br /><a href="http://hackiteasy.blogspot.com" rel="nofollow">http://hackiteasy.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arkku</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38379</link>
		<dc:creator>Arkku</dc:creator>
		<pubDate>Sat, 05 Jul 2008 11:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38379</guid>
		<description>&quot;in its day&quot;? When did vi(m)&#039;s day end? =)</description>
		<content:encoded><![CDATA[<p>&#8220;in its day&#8221;? When did vi(m)&#8217;s day end? =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnade</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38378</link>
		<dc:creator>Magnade</dc:creator>
		<pubDate>Sat, 05 Jul 2008 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38378</guid>
		<description>sweet now just need a javascript bookmarklet to&lt;br&gt;inject this into any webpage</description>
		<content:encoded><![CDATA[<p>sweet now just need a javascript bookmarklet to<br />inject this into any webpage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disapointed User</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38377</link>
		<dc:creator>Disapointed User</dc:creator>
		<pubDate>Sat, 05 Jul 2008 07:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38377</guid>
		<description>Bring it back? It&#039;s never gone anywhere.&lt;br&gt;&lt;br&gt;$ which vi&lt;br&gt;/usr/bin/vi&lt;br&gt;$ &lt;br&gt;&lt;br&gt;nvi &gt; vim&lt;br&gt;&lt;br&gt;Simon says author is a lame Windows toad.</description>
		<content:encoded><![CDATA[<p>Bring it back? It&#8217;s never gone anywhere.</p>
<p>$ which vi<br />/usr/bin/vi<br />$ </p>
<p>nvi > vim</p>
<p>Simon says author is a lame Windows toad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diy audio projects</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38376</link>
		<dc:creator>diy audio projects</dc:creator>
		<pubDate>Sat, 05 Jul 2008 05:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38376</guid>
		<description>Yeah, vi clones have been going strong for a while.  I&#039;ve been a regular user of vim since the mid 90s.</description>
		<content:encoded><![CDATA[<p>Yeah, vi clones have been going strong for a while.  I&#8217;ve been a regular user of vim since the mid 90s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2bithacker</title>
		<link>http://hackaday.com/2008/07/04/javascript-vi/comment-page-1/#comment-38375</link>
		<dc:creator>2bithacker</dc:creator>
		<pubDate>Sat, 05 Jul 2008 05:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/04/javascript-vi/#comment-38375</guid>
		<description>Very cool. Could turn it into a Greasemonkey script, then I could ditch &quot;It&#039;s All Text&quot;, which I currently use to edit textareas in vi.</description>
		<content:encoded><![CDATA[<p>Very cool. Could turn it into a Greasemonkey script, then I could ditch &#8220;It&#8217;s All Text&#8221;, which I currently use to edit textareas in vi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
