<?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 on: emacs &#8211; Reload File</title>
	<atom:link href="http://www.thekidder.com/2008/10/21/emacs-reload-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thekidder.com/2008/10/21/emacs-reload-file/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Aug 2010 22:10:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: svat</title>
		<link>http://www.thekidder.com/2008/10/21/emacs-reload-file/comment-page-1/#comment-1884</link>
		<dc:creator>svat</dc:creator>
		<pubDate>Fri, 06 Aug 2010 22:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekidder.net/blargh/?p=11#comment-1884</guid>
		<description>What&#039;s wrong with M-x revert-buffer (you can bind a key to it if you like)? Or even auto-revert-mode?</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with M-x revert-buffer (you can bind a key to it if you like)? Or even auto-revert-mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenjian</title>
		<link>http://www.thekidder.com/2008/10/21/emacs-reload-file/comment-page-1/#comment-1624</link>
		<dc:creator>Wenjian</dc:creator>
		<pubDate>Mon, 19 Apr 2010 03:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekidder.net/blargh/?p=11#comment-1624</guid>
		<description>I always press &#039;r&#039;  twice when I need to reload a file which has been changed.

At least, it&#039;s useful in Emacs 23.</description>
		<content:encoded><![CDATA[<p>I always press &#8216;r&#8217;  twice when I need to reload a file which has been changed.</p>
<p>At least, it&#8217;s useful in Emacs 23.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.thekidder.com/2008/10/21/emacs-reload-file/comment-page-1/#comment-46</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekidder.net/blargh/?p=11#comment-46</guid>
		<description>Whoops. It looks like suppressing the warning means that the query defaults to &#039;no&#039; instead of &#039;yes&#039;, in other words, no reload.

I should test my code a bit more before showing it off.</description>
		<content:encoded><![CDATA[<p>Whoops. It looks like suppressing the warning means that the query defaults to &#8216;no&#8217; instead of &#8216;yes&#8217;, in other words, no reload.</p>
<p>I should test my code a bit more before showing it off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.thekidder.com/2008/10/21/emacs-reload-file/comment-page-1/#comment-45</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 26 Jun 2009 17:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekidder.net/blargh/?p=11#comment-45</guid>
		<description>I found your function and put it to use on fixing the same irritating behavior. If you&#039;re interested, you can replace the find-file line with:

(find-file-noselect (buffer-name) t)

The optional argument will suppress the &quot;file changed on disk...&quot; warning, making the reload even easier.

Thanks again!</description>
		<content:encoded><![CDATA[<p>I found your function and put it to use on fixing the same irritating behavior. If you&#8217;re interested, you can replace the find-file line with:</p>
<p>(find-file-noselect (buffer-name) t)</p>
<p>The optional argument will suppress the &#8220;file changed on disk&#8230;&#8221; warning, making the reload even easier.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
