<?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 for Nachopp's Blog</title>
	<atom:link href="http://ignaciopp.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ignaciopp.wordpress.com</link>
	<description>rants about emacs, gnu tools, web programming and stuff like that</description>
	<lastBuildDate>Tue, 17 Nov 2009 14:45:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on emacs, indent/unindent region as a block using the tab key by Pedro Teixeira</title>
		<link>http://ignaciopp.wordpress.com/2009/06/17/emacs-indentunindent-region-as-a-block-using-tab-key/#comment-88</link>
		<dc:creator>Pedro Teixeira</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=74#comment-88</guid>
		<description>Thanks for this, you made my RoR editing much more pleasant!</description>
		<content:encoded><![CDATA[<p>Thanks for this, you made my RoR editing much more pleasant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs, indent/unindent region as a block using the tab key by nachopp</title>
		<link>http://ignaciopp.wordpress.com/2009/06/17/emacs-indentunindent-region-as-a-block-using-tab-key/#comment-23</link>
		<dc:creator>nachopp</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=74#comment-23</guid>
		<description>Oh, sorry, never mind about the negative argument!. It took me a minute to figure that parenthesis should be put around them. I conveniently updated the code: 
&lt;code&gt;(shift-region (- my-tab-width))&lt;/code&gt; so the shifting, to both right and left, will depend on the variable my-tab-width, which a user could change anytime with eval-expression doing &lt;strong&gt;M-: RET (setq my-tab-width NUM) RET&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Oh, sorry, never mind about the negative argument!. It took me a minute to figure that parenthesis should be put around them. I conveniently updated the code:<br />
<code>(shift-region (- my-tab-width))</code> so the shifting, to both right and left, will depend on the variable my-tab-width, which a user could change anytime with eval-expression doing <strong>M-: RET (setq my-tab-width NUM) RET</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs, indent/unindent region as a block using the tab key by nachopp</title>
		<link>http://ignaciopp.wordpress.com/2009/06/17/emacs-indentunindent-region-as-a-block-using-tab-key/#comment-22</link>
		<dc:creator>nachopp</dc:creator>
		<pubDate>Mon, 22 Jun 2009 18:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=74#comment-22</guid>
		<description>Thank you for stopping by, Ian.
The code actually uses indent-rigidly for doing the shifting of columns. In what other way do you mean that function could be used? 
The code certainly could be improved. For example you could see than I didn&#039;t know how to pass the negative variable my-tab-width as a negative argument to the function shift-region. (I had to define the same value again, which I know is lame for something so trivial, any clue on that one?)</description>
		<content:encoded><![CDATA[<p>Thank you for stopping by, Ian.<br />
The code actually uses indent-rigidly for doing the shifting of columns. In what other way do you mean that function could be used?<br />
The code certainly could be improved. For example you could see than I didn&#8217;t know how to pass the negative variable my-tab-width as a negative argument to the function shift-region. (I had to define the same value again, which I know is lame for something so trivial, any clue on that one?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs, indent/unindent region as a block using the tab key by Ian Eure</title>
		<link>http://ignaciopp.wordpress.com/2009/06/17/emacs-indentunindent-region-as-a-block-using-tab-key/#comment-18</link>
		<dc:creator>Ian Eure</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=74#comment-18</guid>
		<description>You might consider refactoring your code to use indent-rigidly, which is capable of shifting regions right and left.</description>
		<content:encoded><![CDATA[<p>You might consider refactoring your code to use indent-rigidly, which is capable of shifting regions right and left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on customizing emacs, deactivate automatic indentation by emacs, indent/unindent region as a block using tab key &#171; Nachopp&#8217;s Blog</title>
		<link>http://ignaciopp.wordpress.com/2009/06/17/customizing-emacs-deactivate-automatic-indentation/#comment-17</link>
		<dc:creator>emacs, indent/unindent region as a block using tab key &#171; Nachopp&#8217;s Blog</dc:creator>
		<pubDate>Wed, 17 Jun 2009 15:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=211#comment-17</guid>
		<description>[...] Nachopp&#8217;s Blog rants about emacs, gnu tools, web programming and stuff like that   About    &#171; customizing emacs, deactivate automatic&#160;indentation [...]</description>
		<content:encoded><![CDATA[<p>[...] Nachopp&#8217;s Blog rants about emacs, gnu tools, web programming and stuff like that   About    &laquo; customizing emacs, deactivate automatic&nbsp;indentation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on customizing emacs occur by links for 2009-06-16 - Qbi's Weblog</title>
		<link>http://ignaciopp.wordpress.com/2009/06/10/customizing-emacs-occur/#comment-15</link>
		<dc:creator>links for 2009-06-16 - Qbi's Weblog</dc:creator>
		<pubDate>Wed, 17 Jun 2009 04:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=159#comment-15</guid>
		<description>[...] and modify the raw traffic passing in both directions. (tags: security debug proxy ssl https http)  customizing emacs occur In emacs you use the function “occur” to find all occurrences of a string (or regexp) in a [...]</description>
		<content:encoded><![CDATA[<p>[...] and modify the raw traffic passing in both directions. (tags: security debug proxy ssl https http)  customizing emacs occur In emacs you use the function “occur” to find all occurrences of a string (or regexp) in a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on awk (or cut), printing lines from the nth field on by nachopp</title>
		<link>http://ignaciopp.wordpress.com/2009/05/26/awk-printing-lines-from-the-nth-field-on/#comment-14</link>
		<dc:creator>nachopp</dc:creator>
		<pubDate>Mon, 15 Jun 2009 15:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=127#comment-14</guid>
		<description>about this topic found a thorough comparison related to the speed of these two at http://www.computing.net/answers/unix/how-to-use-awk-command/6686.html</description>
		<content:encoded><![CDATA[<p>about this topic found a thorough comparison related to the speed of these two at <a href="http://www.computing.net/answers/unix/how-to-use-awk-command/6686.html" rel="nofollow">http://www.computing.net/answers/unix/how-to-use-awk-command/6686.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on customizing emacs occur by Interesting Emacs Links – 2009 Week 23 « A Curious Programmer</title>
		<link>http://ignaciopp.wordpress.com/2009/06/10/customizing-emacs-occur/#comment-13</link>
		<dc:creator>Interesting Emacs Links – 2009 Week 23 « A Curious Programmer</dc:creator>
		<pubDate>Sun, 14 Jun 2009 19:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=159#comment-13</guid>
		<description>[...] Here there is a mention of the fantastic occur command. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here there is a mention of the fantastic occur command. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mini elisp macro for calling find command in shell by Jim Menard</title>
		<link>http://ignaciopp.wordpress.com/2009/05/21/mini-elisp-macro-for-calling-find-command-in-shell/#comment-8</link>
		<dc:creator>Jim Menard</dc:creator>
		<pubDate>Sat, 06 Jun 2009 12:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=49#comment-8</guid>
		<description>What I do instead is this:

(setq grep-find-command
      &#039;(&quot;find . \\( -name &#039;*.log&#039; -o -name &#039;.svn&#039; -o -name &#039;.git&#039; -o -name &#039;CVS&#039; -o -name &#039;TAGS&#039; -o -name &#039;*~&#039; -o -name &#039;*.class&#039; -o -name &#039;*.[wj]ar&#039; -o -name target -o -name javadoc \\) -prune -o -type f -print0 &#124; xargs -0 grep -H -n &quot;. 225))

(global-set-key &quot;\C-c2&quot; &#039;grep-find)

This way, the output goes into a *grep* buffer which has lots of nifty commands for moving between hits.
</description>
		<content:encoded><![CDATA[<p>What I do instead is this:</p>
<p>(setq grep-find-command<br />
      &#8216;(&#8220;find . \\( -name &#8216;*.log&#8217; -o -name &#8216;.svn&#8217; -o -name &#8216;.git&#8217; -o -name &#8216;CVS&#8217; -o -name &#8216;TAGS&#8217; -o -name &#8216;*~&#8217; -o -name &#8216;*.class&#8217; -o -name &#8216;*.[wj]ar&#8217; -o -name target -o -name javadoc \\) -prune -o -type f -print0 | xargs -0 grep -H -n &#8220;. 225))</p>
<p>(global-set-key &#8220;\C-c2&#8243; &#8216;grep-find)</p>
<p>This way, the output goes into a *grep* buffer which has lots of nifty commands for moving between hits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mini elisp macro for calling find command in shell by emacs user</title>
		<link>http://ignaciopp.wordpress.com/2009/05/21/mini-elisp-macro-for-calling-find-command-in-shell/#comment-6</link>
		<dc:creator>emacs user</dc:creator>
		<pubDate>Sat, 30 May 2009 03:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://ignaciopp.wordpress.com/?p=49#comment-6</guid>
		<description>Emacs 23 will include a new package called &#039;find-cmd.el&#039; that can be used to build find commands using lisp syntax.

Here&#039;s the example from the source file&#039;s Commentary section:

&lt;pre&gt;
 (find-cmd &#039;(prune (name &quot;.svn&quot; &quot;.git&quot; &quot;.CVS&quot;))
           &#039;(and (or (name &quot;*.pl&quot; &quot;*.pm&quot; &quot;*.t&quot;)
                     (mtime &quot;+1&quot;))
                 (fstype &quot;nfs&quot; &quot;ufs&quot;))))
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Emacs 23 will include a new package called &#8216;find-cmd.el&#8217; that can be used to build find commands using lisp syntax.</p>
<p>Here&#8217;s the example from the source file&#8217;s Commentary section:</p>
<pre>
 (find-cmd '(prune (name ".svn" ".git" ".CVS"))
           '(and (or (name "*.pl" "*.pm" "*.t")
                     (mtime "+1"))
                 (fstype "nfs" "ufs"))))
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
