<?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>Comments on: Emacs Again (9): some tips and not to be purist.</title>
	<atom:link href="http://blog.nydd.org/2009/10/emacs-again-9-some-tips-and-not-to-be-purist/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nydd.org/2009/10/emacs-again-9-some-tips-and-not-to-be-purist/</link>
	<description>Art, Hack and Rock'n Roll</description>
	<lastBuildDate>Tue, 13 Oct 2009 17:58:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stephanie</title>
		<link>http://blog.nydd.org/2009/10/emacs-again-9-some-tips-and-not-to-be-purist/comment-page-1/#comment-283</link>
		<dc:creator>stephanie</dc:creator>
		<pubDate>Tue, 13 Oct 2009 17:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nydd.org/?p=296#comment-283</guid>
		<description>aha, it was in my .emacs file:

http://www.gnu.org/software/emacs/emacs-faq.html#Matching-parentheses

          ;; By an unknown contributor
          
          (global-set-key &quot;%&quot; &#039;match-paren)
          
          (defun match-paren (arg)
            &quot;Go to the matching paren if on a paren; otherwise insert %.&quot;
            (interactive &quot;p&quot;)
            (cond ((looking-at &quot;\\s\(&quot;) (forward-list 1) (backward-char 1))
                  ((looking-at &quot;\\s\)&quot;) (forward-char 1) (backward-list 1))
                  (t (self-insert-command (or arg 1)))))


maybe i&#039;ll come to your next meetup! i def want to learn more!</description>
		<content:encoded><![CDATA[							<p>aha, it was in my .emacs file:</p>
							<p><a href="http://www.gnu.org/software/emacs/emacs-faq.html#Matching-parentheses" rel="nofollow">http://www.gnu.org/software/emacs/emacs-faq.html#Matching-parentheses</a></p>
							<p>          ;; By an unknown contributor</p>
							<p>          (global-set-key &#8220;%&#8221; &#8216;match-paren)</p>
							<p>          (defun match-paren (arg)<br />
							            &#8220;Go to the matching paren if on a paren; otherwise insert %.&#8221;<br />
							            (interactive &#8220;p&#8221;)<br />
							            (cond ((looking-at &#8220;\\s\(&#8221;) (forward-list 1) (backward-char 1))<br />
							                  ((looking-at &#8220;\\s\)&#8221;) (forward-char 1) (backward-list 1))<br />
							                  (t (self-insert-command (or arg 1)))))</p>
							<p>maybe i&#8217;ll come to your next meetup! i def want to learn more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatak</title>
		<link>http://blog.nydd.org/2009/10/emacs-again-9-some-tips-and-not-to-be-purist/comment-page-1/#comment-282</link>
		<dc:creator>beatak</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nydd.org/?p=296#comment-282</guid>
		<description>Shift-5 (% sign) sounds like vi&#039;s key stroke to find a matched brace.  It doesn&#039;t work on my Emacs instance… Maybe you have setup something in .emacs.el?  We should do .emacs.el show-and-tell!  That actually might be a good idea for the next event of my meetup.  Come and join us!

http://www.meetup.com/fluxny/</description>
		<content:encoded><![CDATA[							<p>Shift-5 (% sign) sounds like vi&#8217;s key stroke to find a matched brace.  It doesn&#8217;t work on my Emacs instance… Maybe you have setup something in .emacs.el?  We should do .emacs.el show-and-tell!  That actually might be a good idea for the next event of my meetup.  Come and join us!</p>
							<p><a href="http://www.meetup.com/fluxny/" rel="nofollow">http://www.meetup.com/fluxny/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephanie</title>
		<link>http://blog.nydd.org/2009/10/emacs-again-9-some-tips-and-not-to-be-purist/comment-page-1/#comment-281</link>
		<dc:creator>stephanie</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nydd.org/?p=296#comment-281</guid>
		<description>Put the cursor on top of the brace. And then press: shift-5 (the % sign).  It will take you to the matching brace.</description>
		<content:encoded><![CDATA[							<p>Put the cursor on top of the brace. And then press: shift-5 (the % sign).  It will take you to the matching brace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
