<?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: Hiding and replacing modeline strings with clean-mode-line</title>
	<atom:link href="http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/</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: drolive</title>
		<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/#comment-14877</link>
		<dc:creator>drolive</dc:creator>
		<pubDate>Fri, 14 Sep 2012 20:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=561#comment-14877</guid>
		<description><![CDATA[Is it possible to write a Lisp function that would show the full (unmodified) modeline in the minibufer (using &quot;message&quot;)? That may be useful to hide most modes and to get the full modeline on demand only...]]></description>
		<content:encoded><![CDATA[<p>Is it possible to write a Lisp function that would show the full (unmodified) modeline in the minibufer (using &#8220;message&#8221;)? That may be useful to hide most modes and to get the full modeline on demand only&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Cassou</title>
		<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/#comment-14764</link>
		<dc:creator>Damien Cassou</dc:creator>
		<pubDate>Wed, 12 Sep 2012 14:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=561#comment-14764</guid>
		<description><![CDATA[I was also using diminish. Now I&#039;m trying Powerline https://github.com/jonathanchu/emacs-powerline]]></description>
		<content:encoded><![CDATA[<p>I was also using diminish. Now I&#8217;m trying Powerline <a href="https://github.com/jonathanchu/emacs-powerline" rel="nofollow">https://github.com/jonathanchu/emacs-powerline</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/#comment-14680</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 11 Sep 2012 07:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=561#comment-14680</guid>
		<description><![CDATA[Yep, +1 for `diminish.el`, which does the same thing, or at least shares your goal.]]></description>
		<content:encoded><![CDATA[<p>Yep, +1 for `diminish.el`, which does the same thing, or at least shares your goal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/#comment-14637</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 10 Sep 2012 21:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=561#comment-14637</guid>
		<description><![CDATA[There is also diminish.el which I&#039;ve used for a while.

http://www.eskimo.com/~seldon/diminish.el]]></description>
		<content:encoded><![CDATA[<p>There is also diminish.el which I&#8217;ve used for a while.</p>
<p><a href="http://www.eskimo.com/~seldon/diminish.el" rel="nofollow">http://www.eskimo.com/~seldon/diminish.el</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/#comment-14633</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Mon, 10 Sep 2012 20:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=561#comment-14633</guid>
		<description><![CDATA[Two things:

1) there&#039;s a subtle bug in my code, which I have now fixed;
2) the actual name used is not &lt;code&gt;auto-fill-mode&lt;/code&gt; but &lt;code&gt;auto-fill-function&lt;/code&gt;. If you do &lt;code&gt;C-h v minor-mode-alist&lt;/code&gt; you should see it near the bottom with the string &quot; Fill&quot;.

Good job finding the bug.]]></description>
		<content:encoded><![CDATA[<p>Two things:</p>
<p>1) there&#8217;s a subtle bug in my code, which I have now fixed;<br />
2) the actual name used is not <code>auto-fill-mode</code> but <code>auto-fill-function</code>. If you do <code>C-h v minor-mode-alist</code> you should see it near the bottom with the string &#8221; Fill&#8221;.</p>
<p>Good job finding the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e20100633</title>
		<link>http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/#comment-14631</link>
		<dc:creator>e20100633</dc:creator>
		<pubDate>Mon, 10 Sep 2012 20:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=561#comment-14631</guid>
		<description><![CDATA[Hello, thanks for sharing this. This is very usefull.

I think I&#039;ve found a bug.  I&#039;ve added (auto-fill-mode . &quot;a&quot;) under (paredit-mode . &quot; π&quot;) -- &#039;a&#039; is just for testing purpose. After eval-buffer, while I M-x I&#039;ve got a nice &quot;Wrong type argument: consp, nil&quot;. I&#039;ve tried other modes (minor and major), without much problem. Is that just me ?

Thank you very much.]]></description>
		<content:encoded><![CDATA[<p>Hello, thanks for sharing this. This is very usefull.</p>
<p>I think I&#8217;ve found a bug.  I&#8217;ve added (auto-fill-mode . &#8220;a&#8221;) under (paredit-mode . &#8221; π&#8221;) &#8212; &#8216;a&#8217; is just for testing purpose. After eval-buffer, while I M-x I&#8217;ve got a nice &#8220;Wrong type argument: consp, nil&#8221;. I&#8217;ve tried other modes (minor and major), without much problem. Is that just me ?</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
