<?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: My Emacs Story</title>
	<atom:link href="http://codemate.wordpress.com/2008/07/20/my-emacs-story/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/</link>
	<description>Being friends with the code</description>
	<lastBuildDate>Sat, 01 Aug 2009 13:48:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: carl</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4337</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Thu, 25 Sep 2008 17:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4337</guid>
		<description>It&#039;s definitely worth learning emacs key bindings as you can use some of them in other apps where you have to enter text , e.g. firefox&#039;s address bar, Terminal &amp; TextEdit on Mac OSX .
The ones that usually work are:
C-a e d k f b w</description>
		<content:encoded><![CDATA[<p>It&#8217;s definitely worth learning emacs key bindings as you can use some of them in other apps where you have to enter text , e.g. firefox&#8217;s address bar, Terminal &amp; TextEdit on Mac OSX .<br />
The ones that usually work are:<br />
C-a e d k f b w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yury Soldak</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4040</link>
		<dc:creator>Yury Soldak</dc:creator>
		<pubDate>Mon, 28 Jul 2008 15:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4040</guid>
		<description>:P

http://catb.org/~esr/jargon/html/graphics/73-05-19.png</description>
		<content:encoded><![CDATA[<p>:P</p>
<p><a href="http://catb.org/~esr/jargon/html/graphics/73-05-19.png" rel="nofollow">http://catb.org/~esr/jargon/html/graphics/73-05-19.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RealityMistress</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4035</link>
		<dc:creator>RealityMistress</dc:creator>
		<pubDate>Thu, 24 Jul 2008 00:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4035</guid>
		<description>imyvistory I really like vi, it&#039;s a pretty cool editr. It has all these neat:%s/editr/editor/IiI really like to use it. I don&#039;t understand why people would use emacs.:x Changes made to file, use ! to force :x!</description>
		<content:encoded><![CDATA[<p>imyvistory I really like vi, it&#8217;s a pretty cool editr. It has all these neat:%s/editr/editor/IiI really like to use it. I don&#8217;t understand why people would use emacs.:x Changes made to file, use ! to force :x!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Naganov</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4031</link>
		<dc:creator>Mikhail Naganov</dc:creator>
		<pubDate>Tue, 22 Jul 2008 07:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4031</guid>
		<description>I&#039;ve tried 3 Emacs distros for Mac.

The first one is &quot;pure&quot; GNU Emacs that is bundled with OS X. You can run it in the Terminal app by typing &quot;emacs&quot;. Its main drawback, however, is that it lacks X window graphics support, which makes some convenient key combos (like Alt or Shift + Arrow keys) nonfunctional. But of course all classic combos work.

The second one that I tried was Aquamacs (http://aquamacs.org/). To me, it was very heavy and also it crashed often. So I dismissed it.

Finally, I&#039;ve stuck to Carbon Emacs (http://www.apple.com/downloads/macosx/unix_open_source/carbonemacspackage.html). It is light, graphical and stable. I recommend it.

If you&#039;re going to give it a try, you can also look at the main part of my .emacs here: http://nmv.tiddlyspot.com/#EmacsConfiguration . It contains some convenient options not enabled by default.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried 3 Emacs distros for Mac.</p>
<p>The first one is &#8220;pure&#8221; GNU Emacs that is bundled with OS X. You can run it in the Terminal app by typing &#8220;emacs&#8221;. Its main drawback, however, is that it lacks X window graphics support, which makes some convenient key combos (like Alt or Shift + Arrow keys) nonfunctional. But of course all classic combos work.</p>
<p>The second one that I tried was Aquamacs (<a href="http://aquamacs.org/)" rel="nofollow">http://aquamacs.org/)</a>. To me, it was very heavy and also it crashed often. So I dismissed it.</p>
<p>Finally, I&#8217;ve stuck to Carbon Emacs (<a href="http://www.apple.com/downloads/macosx/unix_open_source/carbonemacspackage.html)" rel="nofollow">http://www.apple.com/downloads/macosx/unix_open_source/carbonemacspackage.html)</a>. It is light, graphical and stable. I recommend it.</p>
<p>If you&#8217;re going to give it a try, you can also look at the main part of my .emacs here: <a href="http://nmv.tiddlyspot.com/#EmacsConfiguration" rel="nofollow">http://nmv.tiddlyspot.com/#EmacsConfiguration</a> . It contains some convenient options not enabled by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danil Glinenko</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4026</link>
		<dc:creator>Danil Glinenko</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4026</guid>
		<description>@Mikhail: You&#039;re a Mac user these days, aren&#039;t you? What Emacs distribution do you use? Can you give any recommendation?</description>
		<content:encoded><![CDATA[<p>@Mikhail: You&#8217;re a Mac user these days, aren&#8217;t you? What Emacs distribution do you use? Can you give any recommendation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Naganov</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4025</link>
		<dc:creator>Mikhail Naganov</dc:creator>
		<pubDate>Mon, 21 Jul 2008 19:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4025</guid>
		<description>@Niels: I agree with you that different kinds of editors and IDEs do exist because different people have different views on what is called &quot;simple&quot; and &quot;intuitive&quot;.

@Ed Davis: Please see this entry from the manual: http://www.gnu.org/software/emacs/elisp-manual/html_node/Buffer-Type.html#Buffer-Type and this intro to Emacs: http://xkahn.zoned.net/help/emacs.html (see &quot;Buffers and Files&quot; section)

@Michael Mrozek: Umm, people are often complaining that Emacs has a steep learning curve. I think that much of it comes from an &quot;alien&quot; terminology: &quot;Meta key&quot;, &quot;buffer&quot;, &quot;yank&quot;, &quot;kill&quot;, &quot;find-file&quot; etc.

@Danil: Ok, if you do use blind typing then moving hand to arrows keys is unproductive for you. But you still can try making CapsLock a Ctrl (anyway you don&#039;t use CapsLock much, right?). BTW, Emacs has got these key combos because it was developed for the &quot;Space Cadet&quot; keyboard (http://en.wikipedia.org/wiki/Space-cadet_keyboard) which has Ctrl near the Space.</description>
		<content:encoded><![CDATA[<p>@Niels: I agree with you that different kinds of editors and IDEs do exist because different people have different views on what is called &#8220;simple&#8221; and &#8220;intuitive&#8221;.</p>
<p>@Ed Davis: Please see this entry from the manual: <a href="http://www.gnu.org/software/emacs/elisp-manual/html_node/Buffer-Type.html#Buffer-Type" rel="nofollow">http://www.gnu.org/software/emacs/elisp-manual/html_node/Buffer-Type.html#Buffer-Type</a> and this intro to Emacs: <a href="http://xkahn.zoned.net/help/emacs.html" rel="nofollow">http://xkahn.zoned.net/help/emacs.html</a> (see &#8220;Buffers and Files&#8221; section)</p>
<p>@Michael Mrozek: Umm, people are often complaining that Emacs has a steep learning curve. I think that much of it comes from an &#8220;alien&#8221; terminology: &#8220;Meta key&#8221;, &#8220;buffer&#8221;, &#8220;yank&#8221;, &#8220;kill&#8221;, &#8220;find-file&#8221; etc.</p>
<p>@Danil: Ok, if you do use blind typing then moving hand to arrows keys is unproductive for you. But you still can try making CapsLock a Ctrl (anyway you don&#8217;t use CapsLock much, right?). BTW, Emacs has got these key combos because it was developed for the &#8220;Space Cadet&#8221; keyboard (<a href="http://en.wikipedia.org/wiki/Space-cadet_keyboard" rel="nofollow">http://en.wikipedia.org/wiki/Space-cadet_keyboard</a>) which has Ctrl near the Space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danil Glinenko</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4024</link>
		<dc:creator>Danil Glinenko</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4024</guid>
		<description>@David: I have TextMate and use it occasionally it&#039;s a great editor it almost does everything I want except Vim key bindings.  :) I don&#039;t really like to move my hand to arrow keys for navigation, I like to stay close to my &quot;home row&quot; and I guess my fingers are not strong enough to press C-f, C-b, C-n so that&#039;s why I&#039;ve been lately using Vim. Opps... isn&#039;t this post about Emacs? :)</description>
		<content:encoded><![CDATA[<p>@David: I have TextMate and use it occasionally it&#8217;s a great editor it almost does everything I want except Vim key bindings.  :) I don&#8217;t really like to move my hand to arrow keys for navigation, I like to stay close to my &#8220;home row&#8221; and I guess my fingers are not strong enough to press C-f, C-b, C-n so that&#8217;s why I&#8217;ve been lately using Vim. Opps&#8230; isn&#8217;t this post about Emacs? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4023</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4023</guid>
		<description>TextMate is what you&#039;re looking for, I think ... for Windows, the &lt;a href=&quot;http://www.e-texteditor.com/&quot; rel=&quot;nofollow&quot;&gt;wonderfully-named E-TextEditor&lt;/a&gt; claims to be equivalent.

I don&#039;t know, as I&#039;ve not tried, but it could be worth a go.

Lovvve the cartoon, though. Haha, butterflies. I&#039;m going to have to try that.</description>
		<content:encoded><![CDATA[<p>TextMate is what you&#8217;re looking for, I think &#8230; for Windows, the <a href="http://www.e-texteditor.com/" rel="nofollow">wonderfully-named E-TextEditor</a> claims to be equivalent.</p>
<p>I don&#8217;t know, as I&#8217;ve not tried, but it could be worth a go.</p>
<p>Lovvve the cartoon, though. Haha, butterflies. I&#8217;m going to have to try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mrozek</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4022</link>
		<dc:creator>Michael Mrozek</dc:creator>
		<pubDate>Mon, 21 Jul 2008 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4022</guid>
		<description>@Giulio You could just write in the default scratch buffer and hit Ctrl+X, Ctrl+W to save to a file. I think emacs is much easier to pick up than vim because most programs use modifiers for hotkeys instead of using modes. vim is almost certainly faster when you&#039;ve gotten good at it, but emacs is probably easier to learn</description>
		<content:encoded><![CDATA[<p>@Giulio You could just write in the default scratch buffer and hit Ctrl+X, Ctrl+W to save to a file. I think emacs is much easier to pick up than vim because most programs use modifiers for hotkeys instead of using modes. vim is almost certainly faster when you&#8217;ve gotten good at it, but emacs is probably easier to learn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Davis</title>
		<link>http://codemate.wordpress.com/2008/07/20/my-emacs-story/#comment-4021</link>
		<dc:creator>Ed Davis</dc:creator>
		<pubDate>Mon, 21 Jul 2008 15:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://codemate.wordpress.com/?p=138#comment-4021</guid>
		<description>&quot;Everything in Emacs is a text buffer.&quot;

This is very interesting.  Can you elaborate some more on this?  Any links?</description>
		<content:encoded><![CDATA[<p>&#8220;Everything in Emacs is a text buffer.&#8221;</p>
<p>This is very interesting.  Can you elaborate some more on this?  Any links?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
