<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Arg and gah and ap and pa</title>
	<atom:link href="http://argandgahandapandpa.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://argandgahandapandpa.wordpress.com</link>
	<description>Another blog with random computer-related musings</description>
	<lastBuildDate>Thu, 18 Jun 2009 21:38:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to stop the bell ringing in bash by Erik</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/03/09/how-to-stop-the-bell-ringing-when-not-in-x/#comment-369</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 18 Jun 2009 21:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=28#comment-369</guid>
		<description>If you&#039;re using X, the easiest way to do this is simply to issue the command

xset b off

in a terminal emulator. It only works for the session, but it turns the bell of completely and I&#039;m sure you could write a quick script.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using X, the easiest way to do this is simply to issue the command</p>
<p>xset b off</p>
<p>in a terminal emulator. It only works for the session, but it turns the bell of completely and I&#8217;m sure you could write a quick script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using flymake in emacs to validate html as you type by existentiality</title>
		<link>http://argandgahandapandpa.wordpress.com/2009/02/23/using-flymake-in-emacs-to-validate-html-as-you-type/#comment-358</link>
		<dc:creator>existentiality</dc:creator>
		<pubDate>Thu, 30 Apr 2009 18:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=104#comment-358</guid>
		<description>Hmm... there was a good reason at the time. 

I seem to remember that flymake doesn&#039;t use a shell execute so you can&#039;t use pipes (and have an angry comment in my .emacs file to this effect).

The perl script does a little more than this. It prints all lines removing the trailing new-lines from those lines which begin with error. This is because html tidy prints output like this

&lt;pre&gt;
Error: details of error...
    more details or error..
&lt;/pre&gt;

To make flymake pay attention to both lines rather than juts the first we concatenate these lines together. I remember this being slightly difficult to do with a bash one liner. 

I suspect I started off doing this in perl because I knew that perl can easily pipe input from a program whereas you have to do a few more imports in python to get this working.

P.S There appears to have been a typo in the perl program. (not very helpful). This should now be fixed.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; there was a good reason at the time. </p>
<p>I seem to remember that flymake doesn&#8217;t use a shell execute so you can&#8217;t use pipes (and have an angry comment in my .emacs file to this effect).</p>
<p>The perl script does a little more than this. It prints all lines removing the trailing new-lines from those lines which begin with error. This is because html tidy prints output like this</p>
<pre>
Error: details of error...
    more details or error..
</pre>
<p>To make flymake pay attention to both lines rather than juts the first we concatenate these lines together. I remember this being slightly difficult to do with a bash one liner. </p>
<p>I suspect I started off doing this in perl because I knew that perl can easily pipe input from a program whereas you have to do a few more imports in python to get this working.</p>
<p>P.S There appears to have been a typo in the perl program. (not very helpful). This should now be fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using flymake in emacs to validate html as you type by James</title>
		<link>http://argandgahandapandpa.wordpress.com/2009/02/23/using-flymake-in-emacs-to-validate-html-as-you-type/#comment-357</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=104#comment-357</guid>
		<description>Eugh - that&#039;s a fine illustration of why I hate Perl.  It obfuscates the simplest tasks

Why on earth do you need a script, doesn&#039;t this do the job?:

rxp  2&gt;&amp;1 &#124; grep &quot;^Error&quot;</description>
		<content:encoded><![CDATA[<p>Eugh &#8211; that&#8217;s a fine illustration of why I hate Perl.  It obfuscates the simplest tasks</p>
<p>Why on earth do you need a script, doesn&#8217;t this do the job?:</p>
<p>rxp  2&gt;&amp;1 | grep &#8220;^Error&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Searching multiple buffers emacs by vedang</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/07/27/searching-multiple-buffers-emacs/#comment-344</link>
		<dc:creator>vedang</dc:creator>
		<pubDate>Tue, 17 Mar 2009 06:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=69#comment-344</guid>
		<description>Thanks dude, this is a big help... may post about this on my own blog (if/when i get time) will surely leave a trackback.</description>
		<content:encoded><![CDATA[<p>Thanks dude, this is a big help&#8230; may post about this on my own blog (if/when i get time) will surely leave a trackback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs version control by Ivan Andrus</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/07/30/emacs-version-control/#comment-343</link>
		<dc:creator>Ivan Andrus</dc:creator>
		<pubDate>Tue, 17 Mar 2009 04:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=74#comment-343</guid>
		<description>I&#039;m not sure if this is what you are wanting, but I use diff-split-hunk (C-c C-s) to take a hunk and split it into two, and then I can  apply the hunk with diff-apply-hunk (C-c C-a) and it asks me if I want to revert the hunk, which I do (prefix argument also forces a reverse).  This could of course be made into a function which quite easily.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this is what you are wanting, but I use diff-split-hunk (C-c C-s) to take a hunk and split it into two, and then I can  apply the hunk with diff-apply-hunk (C-c C-a) and it asks me if I want to revert the hunk, which I do (prefix argument also forces a reverse).  This could of course be made into a function which quite easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs buttons &#8211; an introduction for the somewhat impatient by Interesting Emacs Links - 2009 Week 11 &#171; A Curious Programmer</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/05/14/emacs-buttons-an-introduction-for-the-somewhat-impatient/#comment-342</link>
		<dc:creator>Interesting Emacs Links - 2009 Week 11 &#171; A Curious Programmer</dc:creator>
		<pubDate>Sun, 15 Mar 2009 17:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=67#comment-342</guid>
		<description>[...] are posts on searching multiple buffers, emacs version control and emacs buttons within the same [...]</description>
		<content:encoded><![CDATA[<p>[...] are posts on searching multiple buffers, emacs version control and emacs buttons within the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs version control by Interesting Emacs Links - 2009 Week 11 &#171; A Curious Programmer</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/07/30/emacs-version-control/#comment-341</link>
		<dc:creator>Interesting Emacs Links - 2009 Week 11 &#171; A Curious Programmer</dc:creator>
		<pubDate>Sun, 15 Mar 2009 17:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=74#comment-341</guid>
		<description>[...] are posts on searching multiple buffers, emacs version control and emacs buttons within the same [...]</description>
		<content:encoded><![CDATA[<p>[...] are posts on searching multiple buffers, emacs version control and emacs buttons within the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Searching multiple buffers emacs by Interesting Emacs Links - 2009 Week 11 &#171; A Curious Programmer</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/07/27/searching-multiple-buffers-emacs/#comment-340</link>
		<dc:creator>Interesting Emacs Links - 2009 Week 11 &#171; A Curious Programmer</dc:creator>
		<pubDate>Sun, 15 Mar 2009 17:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=69#comment-340</guid>
		<description>[...] are posts on searching multiple buffers, emacs version control and emacs buttons within the same [...]</description>
		<content:encoded><![CDATA[<p>[...] are posts on searching multiple buffers, emacs version control and emacs buttons within the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending mail through gmail Using Emacs by existentiality</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/04/27/sending-mail-through-gmail-using-emacs/#comment-336</link>
		<dc:creator>existentiality</dc:creator>
		<pubDate>Sat, 21 Feb 2009 19:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=65#comment-336</guid>
		<description>On second thoughts, the likely problem is that you don&#039;t have gnutls installed. The emacs code helpfully silently fails without any logging if this is the case. I&#039;ve changed the post so that it includes this.

Tell me if this doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>On second thoughts, the likely problem is that you don&#8217;t have gnutls installed. The emacs code helpfully silently fails without any logging if this is the case. I&#8217;ve changed the post so that it includes this.</p>
<p>Tell me if this doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending mail through gmail Using Emacs by existentiality</title>
		<link>http://argandgahandapandpa.wordpress.com/2008/04/27/sending-mail-through-gmail-using-emacs/#comment-335</link>
		<dc:creator>existentiality</dc:creator>
		<pubDate>Sat, 21 Feb 2009 19:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://argandgahandapandpa.wordpress.com/?p=65#comment-335</guid>
		<description>Hmm. I haven&#039;t looked at this in a while.

What is inside the &quot;trace of SMTP....&quot; buffer?</description>
		<content:encoded><![CDATA[<p>Hmm. I haven&#8217;t looked at this in a while.</p>
<p>What is inside the &#8220;trace of SMTP&#8230;.&#8221; buffer?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
