<?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 for Deadpan Sincerity</title>
	<atom:link href="http://blog.deadpansincerity.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deadpansincerity.com</link>
	<description>a weblog by david miller</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:15:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Woody Allen &amp; Jean-Luc Goddard by vf streaming</title>
		<link>http://blog.deadpansincerity.com/2009/07/woody-allen-jean-luc-goddard/comment-page-1/#comment-1056</link>
		<dc:creator>vf streaming</dc:creator>
		<pubDate>Tue, 07 Feb 2012 21:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=212#comment-1056</guid>
		<description>I am really impressed along with your writing abilities and also with the structure for your blog. Is that this a paid subject matter or did you customize it your self? Anyway keep up the nice high quality writing, it&#039;s rare to look a nice weblog like this one today..</description>
		<content:encoded><![CDATA[<p>I am really impressed along with your writing abilities and also with the structure for your blog. Is that this a paid subject matter or did you customize it your self? Anyway keep up the nice high quality writing, it&#8217;s rare to look a nice weblog like this one today..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on howto: Enable Last.fm integration for Listen Music Player in Xubuntu/Xfce by coffee</title>
		<link>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/comment-page-1/#comment-1055</link>
		<dc:creator>coffee</dc:creator>
		<pubDate>Fri, 27 Jan 2012 06:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=191#comment-1055</guid>
		<description>Great good article Thank for-sharing-tips.</description>
		<content:encoded><![CDATA[<p>Great good article Thank for-sharing-tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial Hook to ensure issue references in Trac/Redmine by Steve M</title>
		<link>http://blog.deadpansincerity.com/2011/06/mercurial-hook-to-ensure-issue-references-in-tracredmine/comment-page-1/#comment-1054</link>
		<dc:creator>Steve M</dc:creator>
		<pubDate>Wed, 25 Jan 2012 01:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=400#comment-1054</guid>
		<description>I&#039;m new to python and to Mercurial, and came across this while trying to write a hook of my own. I have a few comments/suggestions for improvements:

1) Why do an &quot;hg log&quot; and then &quot;split&quot; the description out when you could just &quot;hg log --template &quot;{desc}&quot; ?
2) Why exactly do you need three regexes instead of one extended regexp r&#039;(fixes &#124;refs )*#\d+&#039; ?
3) And finally, if you make your hook an in-process hook, it&#039;s faster plus you get easier access to the description. Something like this...

    message=repo[node].description()
    if (re.search(r&#039;(fixes &#124;refs )*#\d+&#039;, message) == None):
       ui.write(&quot;No issue ref or fix. Try again&quot;)
       return 1
    return 0


Steve</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to python and to Mercurial, and came across this while trying to write a hook of my own. I have a few comments/suggestions for improvements:</p>
<p>1) Why do an &#8220;hg log&#8221; and then &#8220;split&#8221; the description out when you could just &#8220;hg log &#8211;template &#8220;{desc}&#8221; ?<br />
2) Why exactly do you need three regexes instead of one extended regexp r&#8217;(fixes |refs )*#\d+&#8217; ?<br />
3) And finally, if you make your hook an in-process hook, it&#8217;s faster plus you get easier access to the description. Something like this&#8230;</p>
<p>    message=repo[node].description()<br />
    if (re.search(r&#8217;(fixes |refs )*#\d+&#8217;, message) == None):<br />
       ui.write(&#8220;No issue ref or fix. Try again&#8221;)<br />
       return 1<br />
    return 0</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on howto: Enable Last.fm integration for Listen Music Player in Xubuntu/Xfce by porsche</title>
		<link>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/comment-page-1/#comment-759</link>
		<dc:creator>porsche</dc:creator>
		<pubDate>Wed, 21 Dec 2011 06:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=191#comment-759</guid>
		<description>Great-article Thank-for-sharing-tips.</description>
		<content:encoded><![CDATA[<p>Great-article Thank-for-sharing-tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Pony Mode &#8211; a Django editing mode for Emacs by Huseyin Yilmaz</title>
		<link>http://blog.deadpansincerity.com/2011/05/announcing-pony-mode-a-django-editing-mode-for-emacs/comment-page-1/#comment-741</link>
		<dc:creator>Huseyin Yilmaz</dc:creator>
		<pubDate>Tue, 20 Dec 2011 08:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=448#comment-741</guid>
		<description>This really looks great. I will try that out as soon as possible.</description>
		<content:encoded><![CDATA[<p>This really looks great. I will try that out as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Pony Mode &#8211; a Django editing mode for Emacs by Quora</title>
		<link>http://blog.deadpansincerity.com/2011/05/announcing-pony-mode-a-django-editing-mode-for-emacs/comment-page-1/#comment-740</link>
		<dc:creator>Quora</dc:creator>
		<pubDate>Tue, 20 Dec 2011 06:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=448#comment-740</guid>
		<description>&lt;strong&gt;What IDEs are popular for Django development?...&lt;/strong&gt;

There&#039;s been a few modes for Emacs for editing Django templates and people usually use python-mode or ropemacs for editing the Python scripts. There&#039;s also a new mode called Pony Mode which is made specifically for Django development in Emacs: http:/...</description>
		<content:encoded><![CDATA[<p><strong>What IDEs are popular for Django development?&#8230;</strong></p>
<p>There&#8217;s been a few modes for Emacs for editing Django templates and people usually use python-mode or ropemacs for editing the Python scripts. There&#8217;s also a new mode called Pony Mode which is made specifically for Django development in Emacs: http:/&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on howto: Enable Last.fm integration for Listen Music Player in Xubuntu/Xfce by programdl</title>
		<link>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/comment-page-1/#comment-696</link>
		<dc:creator>programdl</dc:creator>
		<pubDate>Sat, 17 Dec 2011 18:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=191#comment-696</guid>
		<description>thank I Like Programdl</description>
		<content:encoded><![CDATA[<p>thank I Like Programdl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on howto: Enable Last.fm integration for Listen Music Player in Xubuntu/Xfce by สิว</title>
		<link>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/comment-page-1/#comment-672</link>
		<dc:creator>สิว</dc:creator>
		<pubDate>Fri, 16 Dec 2011 05:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=191#comment-672</guid>
		<description>Thank for your articles, I will share your link in my facebook.
This is very nice for me.</description>
		<content:encoded><![CDATA[<p>Thank for your articles, I will share your link in my facebook.<br />
This is very nice for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on howto: Enable Last.fm integration for Listen Music Player in Xubuntu/Xfce by mazda 3</title>
		<link>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/comment-page-1/#comment-661</link>
		<dc:creator>mazda 3</dc:creator>
		<pubDate>Thu, 15 Dec 2011 09:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=191#comment-661</guid>
		<description>&lt;strong&gt;mazda 3 This blog appears to recieve a large ammount of visitors. How do you promote it? It gives a nice individual twist on things. I guess having something real or substantial to post about is the most important factor....&lt;/strong&gt;

This blog appears to recieve a large ammount of visitors. How do you promote it? It gives a nice individual twist on things. I guess having something real or substantial to post about is the most important factor....</description>
		<content:encoded><![CDATA[<p><strong>mazda 3 This blog appears to recieve a large ammount of visitors. How do you promote it? It gives a nice individual twist on things. I guess having something real or substantial to post about is the most important factor&#8230;.</strong></p>
<p>This blog appears to recieve a large ammount of visitors. How do you promote it? It gives a nice individual twist on things. I guess having something real or substantial to post about is the most important factor&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Emacs as a Javascript editing environment for Fun or Profit by david miller</title>
		<link>http://blog.deadpansincerity.com/2011/05/setting-up-emacs-as-a-javascript-editing-environment-for-fun-and-profit/comment-page-1/#comment-616</link>
		<dc:creator>david miller</dc:creator>
		<pubDate>Fri, 09 Dec 2011 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=454#comment-616</guid>
		<description>I don&#039;t use anything for JS within Emacs - the nicest solution I know of is Eldoc mode http://www.emacswiki.org/emacs-fr/ElDoc which works pretty well for Lisp and Python... 

Don&#039;t know of anything that does this at present though...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t use anything for JS within Emacs &#8211; the nicest solution I know of is Eldoc mode <a href="http://www.emacswiki.org/emacs-fr/ElDoc" rel="nofollow">http://www.emacswiki.org/emacs-fr/ElDoc</a> which works pretty well for Lisp and Python&#8230; </p>
<p>Don&#8217;t know of anything that does this at present though&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

