<?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: Aha! Emacs 23!</title>
	<atom:link href="http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/</link>
	<description>Notes on Math, Computer Science &#38; Programming</description>
	<lastBuildDate>Fri, 15 Jul 2011 03:39:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aartist</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1949</link>
		<dc:creator>Aartist</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1949</guid>
		<description>Really wonderful features, unknown to me.


One I like is about find-file: I can just type p.org and it will give me all files with p.*org with M-x find-file (rather than ido or something like that).</description>
		<content:encoded><![CDATA[<p>Really wonderful features, unknown to me.</p>
<p>One I like is about find-file: I can just type p.org and it will give me all files with p.*org with M-x find-file (rather than ido or something like that).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1693</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Mon, 18 Apr 2011 22:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1693</guid>
		<description>@Ashish: Try putting the following lines in your .emacs file (if you don&#039;t have one, create one in you $HOME directory on Mac/Linux, or your %HOME% dir on Windows and define an environment variable so that HOME points to something like c:\home etc.)

(require &#039;font-lock)
(global-font-lock-mode 1)
(setq font-lock-maximum-decoration t)
(setq font-lock-maximum-size nil)

Relaunch reader and see if that works. I don&#039;t know if even that is required any more these days, but I have those settings and it works for me.</description>
		<content:encoded><![CDATA[<p>@Ashish: Try putting the following lines in your .emacs file (if you don&#8217;t have one, create one in you $HOME directory on Mac/Linux, or your %HOME% dir on Windows and define an environment variable so that HOME points to something like c:\home etc.)</p>
<p>(require &#8216;font-lock)<br />
(global-font-lock-mode 1)<br />
(setq font-lock-maximum-decoration t)<br />
(setq font-lock-maximum-size nil)</p>
<p>Relaunch reader and see if that works. I don&#8217;t know if even that is required any more these days, but I have those settings and it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1691</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Mon, 18 Apr 2011 16:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1691</guid>
		<description>Wondering if u can help me with this....
Am trying to get C++ syntax high lighting work for emacs 23. Tried various things. Couldn&#039;t make it work.... 
Any suggestions !!!</description>
		<content:encoded><![CDATA[<p>Wondering if u can help me with this&#8230;.<br />
Am trying to get C++ syntax high lighting work for emacs 23. Tried various things. Couldn&#8217;t make it work&#8230;.<br />
Any suggestions !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1558</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Fri, 08 Apr 2011 01:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1558</guid>
		<description>@David: Very interesting! I never know about this window splitting change. And with almost two years of use I never faced this. Not once. I guess you need a very wide window for that or emacs just knows my taste! Good hack though :-)

@Brad: Backgrounds or other &quot;neutral&quot; objects behind a text window (emacs or console) are probably okay. But if there&#039;s another text-ful of window (like a browser or a terminal) behind a emacs session, it just looks very distracting. Anyway, I think it&#039;s a matter of preference after all.</description>
		<content:encoded><![CDATA[<p>@David: Very interesting! I never know about this window splitting change. And with almost two years of use I never faced this. Not once. I guess you need a very wide window for that or emacs just knows my taste! Good hack though :-)</p>
<p>@Brad: Backgrounds or other &#8220;neutral&#8221; objects behind a text window (emacs or console) are probably okay. But if there&#8217;s another text-ful of window (like a browser or a terminal) behind a emacs session, it just looks very distracting. Anyway, I think it&#8217;s a matter of preference after all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Fox</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1557</link>
		<dc:creator>David Fox</dc:creator>
		<pubDate>Fri, 08 Apr 2011 01:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1557</guid>
		<description>Although line-move-visual is a significant change, for me the biggest change is the new window splitting behavior, which is restored using (setq split-width-threshold most-positive-fixnum)</description>
		<content:encoded><![CDATA[<p>Although line-move-visual is a significant change, for me the biggest change is the new window splitting behavior, which is restored using (setq split-width-threshold most-positive-fixnum)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1546</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1546</guid>
		<description>&quot;But I don’t think anyone would have long emacs sessions with a transparent frame — it hinders visibility and is distracting&quot;

I spend 8+ hours a day coding with a transparent background and have done so since long before emacs added this feature.  I rely on the terminal emulator to do the transparency.  I have my desktop background rotate every 30 min, giving me something fresh to look at at all times.  Wouldnt say it&#039;s in any way distracting, as long as you set the opacity correctly.</description>
		<content:encoded><![CDATA[<p>&#8220;But I don’t think anyone would have long emacs sessions with a transparent frame — it hinders visibility and is distracting&#8221;</p>
<p>I spend 8+ hours a day coding with a transparent background and have done so since long before emacs added this feature.  I rely on the terminal emulator to do the transparency.  I have my desktop background rotate every 30 min, giving me something fresh to look at at all times.  Wouldnt say it&#8217;s in any way distracting, as long as you set the opacity correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous coward</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-1508</link>
		<dc:creator>Anonymous coward</dc:creator>
		<pubDate>Fri, 04 Sep 2009 03:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-1508</guid>
		<description>Thank you for taking the time to write such a thoughtful and entertaining review.</description>
		<content:encoded><![CDATA[<p>Thank you for taking the time to write such a thoughtful and entertaining review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://ashutoshmehra.net/blog/2009/04/aha-emacs-23/comment-page-1/#comment-115</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Wed, 06 May 2009 10:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://ashutoshmehra.net/blog/?p=327#comment-115</guid>
		<description>Thanks for the great review. I&#039;ll be trying some of this today.</description>
		<content:encoded><![CDATA[<p>Thanks for the great review. I&#8217;ll be trying some of this today.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

