<?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 Musings of a Software Engineering Student</title>
	<atom:link href="http://nflath.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nflath.com</link>
	<description>Technology-related ideas, mainly involving Emacs</description>
	<pubDate>Sun, 19 May 2013 02:55:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Conkeror: An Emacs Web-Browser by emacs-dwim</title>
		<link>http://nflath.com/2009/05/conkeror-an-emacs-web-browser/comment-page-1/#comment-1051</link>
		<dc:creator>emacs-dwim</dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=134#comment-1051</guid>
		<description>There's always parenscript for when javascripting is absolutely necessary.</description>
		<content:encoded><![CDATA[<p>There&#8217;s always parenscript for when javascripting is absolutely necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MIT-Scheme on Ubuntu by scheme &#124; riding in tech world.</title>
		<link>http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/comment-page-1/#comment-1026</link>
		<dc:creator>scheme &#124; riding in tech world.</dc:creator>
		<pubDate>Fri, 16 Sep 2011 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/#comment-1026</guid>
		<description>[...] mit-scheme: http://www.williamcaputo.com/archives/000301.html http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/ [...]</description>
		<content:encoded><![CDATA[<p>[...] mit-scheme: <a href="http://www.williamcaputo.com/archives/000301.html" rel="nofollow">http://www.williamcaputo.com/archives/000301.html</a> <a href="http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/" rel="nofollow">http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dired by jpkotta</title>
		<link>http://nflath.com/2009/07/dired/comment-page-1/#comment-1025</link>
		<dc:creator>jpkotta</dc:creator>
		<pubDate>Thu, 15 Sep 2011 20:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=243#comment-1025</guid>
		<description>Regarding auto-reverting dired:

I have global-auto-revert-mode on, but by default it doesn't revert non-file buffers like dired buffers.  If you set global-auto-revert-non-file-buffers to non-nil, it auto-reverts them most of the time.  See Section 22.5 of the manual for details (http://www.gnu.org/software/libtool/manual/emacs/Autorevert.html#Autorevert).</description>
		<content:encoded><![CDATA[<p>Regarding auto-reverting dired:</p>
<p>I have global-auto-revert-mode on, but by default it doesn&#8217;t revert non-file buffers like dired buffers.  If you set global-auto-revert-non-file-buffers to non-nil, it auto-reverts them most of the time.  See Section 22.5 of the manual for details (http://www.gnu.org/software/libtool/manual/emacs/Autorevert.html#Autorevert).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Dangers of String.substring by Ray</title>
		<link>http://nflath.com/2009/07/the-dangers-of-stringsubstring/comment-page-1/#comment-1022</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 26 Jul 2011 13:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=147#comment-1022</guid>
		<description>I agree, I run some performance and tracing the JVM leak before and because the application has a lot of string handling, it points to substring, + and split problem. I tried to create an object to have a pointer in it and it all solve the problem but it requires time to scout all the code that uses it. Very nice notes...</description>
		<content:encoded><![CDATA[<p>I agree, I run some performance and tracing the JVM leak before and because the application has a lot of string handling, it points to substring, + and split problem. I tried to create an object to have a pointer in it and it all solve the problem but it requires time to scout all the code that uses it. Very nice notes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ Dependency Graphs by nflath.com</title>
		<link>http://nflath.com/2010/01/cc-dependency-graphs/comment-page-1/#comment-1007</link>
		<dc:creator>nflath.com</dc:creator>
		<pubDate>Sun, 20 Mar 2011 07:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=539#comment-1007</guid>
		<description>Cc dependency graphs.. Slap-up :)</description>
		<content:encoded><![CDATA[<p>Cc dependency graphs.. Slap-up <img src='http://nflath.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MIT-Scheme on Ubuntu by hamdy</title>
		<link>http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/comment-page-1/#comment-1003</link>
		<dc:creator>hamdy</dc:creator>
		<pubDate>Wed, 09 Feb 2011 04:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/#comment-1003</guid>
		<description>oh, I had the wrong version sorry
Thanks again</description>
		<content:encoded><![CDATA[<p>oh, I had the wrong version sorry<br />
Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MIT-Scheme on Ubuntu by hamdy</title>
		<link>http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/comment-page-1/#comment-1002</link>
		<dc:creator>hamdy</dc:creator>
		<pubDate>Wed, 09 Feb 2011 02:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/2009/03/installing-mit-scheme-on-ubuntu/#comment-1002</guid>
		<description>Hi,
  do you have idea on how to make it work for ubuntu 10.10 64-bit version?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  do you have idea on how to make it work for ubuntu 10.10 64-bit version?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mv-shell by mcradle</title>
		<link>http://nflath.com/2011/01/mv-shell/comment-page-1/#comment-995</link>
		<dc:creator>mcradle</dc:creator>
		<pubDate>Sun, 30 Jan 2011 11:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=581#comment-995</guid>
		<description>the link to the source is wrong, I guess it should say 'https://github.com/nflath/mv-shell'.

Cheers</description>
		<content:encoded><![CDATA[<p>the link to the source is wrong, I guess it should say &#8216;https://github.com/nflath/mv-shell&#8217;.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Org-Mode by Eko SW</title>
		<link>http://nflath.com/2010/03/org-mode-2/comment-page-1/#comment-988</link>
		<dc:creator>Eko SW</dc:creator>
		<pubDate>Mon, 24 Jan 2011 06:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=575#comment-988</guid>
		<description>thanks!
I just making a first move using org-mode
I like the org-export-as-xxx command

It''s very incredible!</description>
		<content:encoded><![CDATA[<p>thanks!<br />
I just making a first move using org-mode<br />
I like the org-export-as-xxx command</p>
<p>It&#8217;&#8217;s very incredible!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yet Another Emacs Post by Any good word completion tool for Emacs? &#171; Non Geek Recipes</title>
		<link>http://nflath.com/2009/08/yet-another-emacs-post/comment-page-1/#comment-970</link>
		<dc:creator>Any good word completion tool for Emacs? &#171; Non Geek Recipes</dc:creator>
		<pubDate>Sun, 05 Dec 2010 22:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=274#comment-970</guid>
		<description>[...]  December 5, 2010 mzuliani Leave a comment Go to comments    I really like pabbrev. Refer to this blog for a thorough [...]</description>
		<content:encoded><![CDATA[<p>[...]  December 5, 2010 mzuliani Leave a comment Go to comments    I really like pabbrev. Refer to this blog for a thorough [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
