<?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: Change ediff options</title>
	<atom:link href="http://www.rlazo.org/2011/09/16/change-ediff-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rlazo.org/2011/09/16/change-ediff-options/</link>
	<description></description>
	<lastBuildDate>Sun, 08 Apr 2012 04:02:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.rlazo.org/2011/09/16/change-ediff-options/comment-page-1/#comment-200</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sat, 17 Sep 2011 12:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlazo.org/?p=332#comment-200</guid>
		<description><![CDATA[Hi Giorgos,

I didn&#039;t knew about setq-default, thanks!. But, in this case, running &lt;code&gt;emacs -q&lt;/code&gt; and evaluating &lt;code&gt;(setq-default ediff-diff-options &quot;-w&quot;) &lt;/code&gt; instead of &lt;code&gt;(setq...)&lt;/code&gt; doesn&#039;t seem to work neither.]]></description>
		<content:encoded><![CDATA[<p>Hi Giorgos,</p>
<p>I didn&#8217;t knew about setq-default, thanks!. But, in this case, running <code>emacs -q</code> and evaluating <code>(setq-default ediff-diff-options "-w") </code> instead of <code>(setq...)</code> doesn&#8217;t seem to work neither.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgos Keramidas</title>
		<link>http://www.rlazo.org/2011/09/16/change-ediff-options/comment-page-1/#comment-199</link>
		<dc:creator>Giorgos Keramidas</dc:creator>
		<pubDate>Sat, 17 Sep 2011 11:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlazo.org/?p=332#comment-199</guid>
		<description><![CDATA[There&#039;s a small difference between (setq ...) and (setq-default ...).  The value set with setq-default applies immediately to all buffers that do not have a local buffer-only value for this variable.

Try using:

  (setq-default ediff-diff-options &quot;-w&quot;)]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a small difference between (setq &#8230;) and (setq-default &#8230;).  The value set with setq-default applies immediately to all buffers that do not have a local buffer-only value for this variable.</p>
<p>Try using:</p>
<p>  (setq-default ediff-diff-options &#8220;-w&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
