<?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 {Dev Tricks}</title>
	<atom:link href="http://dev-tricks.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://dev-tricks.net</link>
	<description>Blogging developper tips and tricks</description>
	<lastBuildDate>Sun, 15 Apr 2012 18:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Pipe: Infix syntax for Python by Julien Palard</title>
		<link>http://dev-tricks.net/pipe-infix-syntax-for-python/comment-page-1#comment-4463</link>
		<dc:creator>Julien Palard</dc:creator>
		<pubDate>Sun, 15 Apr 2012 18:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=286#comment-4463</guid>
		<description>My email is very easy, it&#039;s myfirstname@mylastname.fr ;-)</description>
		<content:encoded><![CDATA[<p>My email is very easy, it&#8217;s <a href="mailto:myfirstname@mylastname.fr">myfirstname@mylastname.fr</a> ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pipe: Infix syntax for Python by kalkulator zdolno?ci kredytowej</title>
		<link>http://dev-tricks.net/pipe-infix-syntax-for-python/comment-page-1#comment-4435</link>
		<dc:creator>kalkulator zdolno?ci kredytowej</dc:creator>
		<pubDate>Thu, 12 Apr 2012 18:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=286#comment-4435</guid>
		<description>Remarkable issues here. I am very glad to see your post. Thank you so much and I&#039;m taking a look ahead to contact you. Will you kindly drop me a e-mail?</description>
		<content:encoded><![CDATA[<p>Remarkable issues here. I am very glad to see your post. Thank you so much and I&#8217;m taking a look ahead to contact you. Will you kindly drop me a e-mail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs: standard input is not a tty by Julien Palard</title>
		<link>http://dev-tricks.net/emacs-standard-input-is-not-a-tty/comment-page-1#comment-4327</link>
		<dc:creator>Julien Palard</dc:creator>
		<pubDate>Sun, 01 Apr 2012 12:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=377#comment-4327</guid>
		<description>Why not just use emacs $(ls -tr &#124; tail -5) ? Why open 5 emacs insted of one ?</description>
		<content:encoded><![CDATA[<p>Why not just use emacs $(ls -tr | tail -5) ? Why open 5 emacs insted of one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs: standard input is not a tty by R.U.R.</title>
		<link>http://dev-tricks.net/emacs-standard-input-is-not-a-tty/comment-page-1#comment-4166</link>
		<dc:creator>R.U.R.</dc:creator>
		<pubDate>Sun, 18 Mar 2012 17:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=377#comment-4166</guid>
		<description>Thanks! This enabled me to have a function:

function emforeach () {
    while read i
    do emacs $i &lt; /dev/tty
    done
}

which I can use for nice things like &quot;well now I created five files and found out that I have to edit each of them a little&quot;:

ls -tr &#124; tail -5 &#124; emforeach

(I need this quite often so I have one more alias, so actually I do write only: lastt 5 &#124; emforeach)</description>
		<content:encoded><![CDATA[<p>Thanks! This enabled me to have a function:</p>
<p>function emforeach () {<br />
    while read i<br />
    do emacs $i &lt; /dev/tty<br />
    done<br />
}</p>
<p>which I can use for nice things like &quot;well now I created five files and found out that I have to edit each of them a little&quot;:</p>
<p>ls -tr | tail -5 | emforeach</p>
<p>(I need this quite often so I have one more alias, so actually I do write only: lastt 5 | emforeach)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nfsmount : rpc failed: 2 by jean</title>
		<link>http://dev-tricks.net/nfsmount_rpc_failed_2/comment-page-1#comment-3882</link>
		<dc:creator>jean</dc:creator>
		<pubDate>Wed, 22 Feb 2012 11:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=331#comment-3882</guid>
		<description>Many thanks.... very useful</description>
		<content:encoded><![CDATA[<p>Many thanks&#8230;. very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating GNU screen startup by Julien Palard</title>
		<link>http://dev-tricks.net/automating-gnu-screen-startup/comment-page-1#comment-2808</link>
		<dc:creator>Julien Palard</dc:creator>
		<pubDate>Sat, 19 Nov 2011 18:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=367#comment-2808</guid>
		<description>Thanks :-)</description>
		<content:encoded><![CDATA[<p>Thanks :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating GNU screen startup by Jon</title>
		<link>http://dev-tricks.net/automating-gnu-screen-startup/comment-page-1#comment-2785</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 17 Nov 2011 23:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=367#comment-2785</guid>
		<description>Yay! Non-php version!  

I love my PHP but I realize that not everyone does.  I&#039;ve updated the blog to include a link here.</description>
		<content:encoded><![CDATA[<p>Yay! Non-php version!  </p>
<p>I love my PHP but I realize that not everyone does.  I&#8217;ve updated the blog to include a link here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &#8211; Password field no longer missing by Julien Palard</title>
		<link>http://dev-tricks.net/silverlight-password-field-no-longer-missing/comment-page-1#comment-2747</link>
		<dc:creator>Julien Palard</dc:creator>
		<pubDate>Mon, 14 Nov 2011 17:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=8#comment-2747</guid>
		<description>Fixed ! Thx for reporting !</description>
		<content:encoded><![CDATA[<p>Fixed ! Thx for reporting !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &#8211; Password field no longer missing by Peter</title>
		<link>http://dev-tricks.net/silverlight-password-field-no-longer-missing/comment-page-1#comment-2743</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 14 Nov 2011 12:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=8#comment-2743</guid>
		<description>The download link is broken would be nice if you could fix that!!</description>
		<content:encoded><![CDATA[<p>The download link is broken would be nice if you could fix that!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nfsmount : rpc failed: 2 by Simon</title>
		<link>http://dev-tricks.net/nfsmount_rpc_failed_2/comment-page-1#comment-2429</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=331#comment-2429</guid>
		<description>Hey thanks for your post.  My diskless workstations all of a sudden just stopped working and this was the issue.  For anyone running Unbutu check out /etc/init.d/nfs-kernel-server on your NFS server machine. On or around line 104 you&#039;ll see the following:

RPCMOUNTDOPTS=&quot;$RPCMOUNTDOPTS --no-nfs-version 3&quot;

Simply change it to:

RPCMOUNTDOPTS=&quot;$RPCMOUNTDOPTS &quot; #--no-nfs-version 3&quot;

Thanks guys.</description>
		<content:encoded><![CDATA[<p>Hey thanks for your post.  My diskless workstations all of a sudden just stopped working and this was the issue.  For anyone running Unbutu check out /etc/init.d/nfs-kernel-server on your NFS server machine. On or around line 104 you&#8217;ll see the following:</p>
<p>RPCMOUNTDOPTS=&#8221;$RPCMOUNTDOPTS &#8211;no-nfs-version 3&#8243;</p>
<p>Simply change it to:</p>
<p>RPCMOUNTDOPTS=&#8221;$RPCMOUNTDOPTS &#8221; #&#8211;no-nfs-version 3&#8243;</p>
<p>Thanks guys.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

