<?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/"
		>
<channel>
	<title>Comentários sobre: Emacs + Snippets</title>
	<atom:link href="http://gabrielfalcao.com/2009/08/16/emacs-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielfalcao.com/2009/08/16/emacs-snippets/</link>
	<description>The GNUs of mine, and its green builds</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:28:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: Anderson Santos</title>
		<link>http://gabrielfalcao.com/2009/08/16/emacs-snippets/comment-page-1/#comment-324</link>
		<dc:creator>Anderson Santos</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=125#comment-324</guid>
		<description>VIM rules  ;p</description>
		<content:encoded><![CDATA[<p>VIM rules  ;p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: admin</title>
		<link>http://gabrielfalcao.com/2009/08/16/emacs-snippets/comment-page-1/#comment-319</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=125#comment-319</guid>
		<description>Hi Adolfo!

Well, I took such a long time to become a emacs hard(ish)-user, I&#039;ve tried about 3 times, but at the last attempt I&#039;ve figured out a good tip:

Disable your arrow keys. On my github you can find the configuration that disables the arrow keys:

&lt;code&gt;
(global-set-key (kbd &quot;&lt;up&gt;&quot;) &#039;ignore)
(global-set-key (kbd &quot;&lt;down&gt;&quot;) &#039;ignore)
(global-set-key (kbd &quot;&lt;left&gt;&quot;) &#039;ignore)
(global-set-key (kbd &quot;&lt;right&gt;&quot;) &#039;ignore)
&lt;/code&gt;

It will force you to use the emacs navigation, for instance:
&lt;code&gt;
Ctrl-f
Ctrl-b
Ctrl-n
Ctrl-p
Alt-f
Alt-b
Ctrl-v
Alt-v
&lt;code&gt;

I hope it helps :)</description>
		<content:encoded><![CDATA[<p>Hi Adolfo!</p>
<p>Well, I took such a long time to become a emacs hard(ish)-user, I&#8217;ve tried about 3 times, but at the last attempt I&#8217;ve figured out a good tip:</p>
<p>Disable your arrow keys. On my github you can find the configuration that disables the arrow keys:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">(global-set-key (kbd &quot;&lt;up&gt;&quot;) 'ignore)<br />
(global-set-key (kbd &quot;&lt;down&gt;&quot;) 'ignore)<br />
(global-set-key (kbd &quot;&lt;left&gt;&quot;) 'ignore)<br />
(global-set-key (kbd &quot;&lt;right&gt;&quot;) 'ignore)</div></div>
<p>It will force you to use the emacs navigation, for instance:<br />
<code><br />
Ctrl-f<br />
Ctrl-b<br />
Ctrl-n<br />
Ctrl-p<br />
Alt-f<br />
Alt-b<br />
Ctrl-v<br />
Alt-v<br />
</code><code></p>
<p>I hope it helps <img src='http://gabrielfalcao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Adolfo Sousa</title>
		<link>http://gabrielfalcao.com/2009/08/16/emacs-snippets/comment-page-1/#comment-318</link>
		<dc:creator>Adolfo Sousa</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=125#comment-318</guid>
		<description>Hi Gabriel,
I&#039;m trying to learn and get productive with emacs. How have you learned it? Books? Tutorials? Could you give me some hints? Thanks</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,<br />
I&#8217;m trying to learn and get productive with emacs. How have you learned it? Books? Tutorials? Could you give me some hints? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
