<?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: Toggling between Python buffers</title>
	<atom:link href="http://www.masteringemacs.org/articles/2011/02/23/toggling-python-buffers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masteringemacs.org/articles/2011/02/23/toggling-python-buffers/</link>
	<description>a blog about mastering the world&#039;s best text editor</description>
	<lastBuildDate>Fri, 17 May 2013 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2011/02/23/toggling-python-buffers/#comment-540</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Thu, 24 Feb 2011 08:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=342#comment-540</guid>
		<description><![CDATA[Well, a buffer local variable is a variable where, when you assign a value to it, its value is local to only the buffer it was assigned from.

If you type &lt;code&gt;M-: (info &quot;(emacs) Locals&quot;) RET&lt;/code&gt; Emacs will open an info manual page on the subject for you to read further.]]></description>
		<content:encoded><![CDATA[<p>Well, a buffer local variable is a variable where, when you assign a value to it, its value is local to only the buffer it was assigned from.</p>
<p>If you type <code>M-: (info "(emacs) Locals") RET</code> Emacs will open an info manual page on the subject for you to read further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srlh</title>
		<link>http://www.masteringemacs.org/articles/2011/02/23/toggling-python-buffers/#comment-539</link>
		<dc:creator>srlh</dc:creator>
		<pubDate>Thu, 24 Feb 2011 08:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=342#comment-539</guid>
		<description><![CDATA[Thank you for sharing. 
I have read the documentation for &#039;make-variable-buffer-local&#039; but still couldn&#039;t understand it. Could you please tell me what it means to make a variable &#039;buffer local&#039;?]]></description>
		<content:encoded><![CDATA[<p>Thank you for sharing.<br />
I have read the documentation for &#8216;make-variable-buffer-local&#8217; but still couldn&#8217;t understand it. Could you please tell me what it means to make a variable &#8216;buffer local&#8217;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
