<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Guide 2 It</title>
	<atom:link href="http://guide2it.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://guide2it.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 21 Feb 2008 16:52:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='guide2it.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/cd0ab656c6968d7bdef9875e954c8a60?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Guide 2 It</title>
		<link>http://guide2it.wordpress.com</link>
	</image>
			<item>
		<title>5 Indispensable Tips for Emacs on Windows</title>
		<link>http://guide2it.wordpress.com/2008/02/21/5-indispensable-tips-for-emacs-on-windows/</link>
		<comments>http://guide2it.wordpress.com/2008/02/21/5-indispensable-tips-for-emacs-on-windows/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 16:51:36 +0000</pubDate>
		<dc:creator>caige5725</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://guide2it.wordpress.com/?p=4</guid>
		<description><![CDATA[Emacs is generally not very popular on Windows based operating systems. The default installation of Emacs leaves you with a very spartan UI and a very basic editor. However, due to Emacs’ extendibility, you can create a very powerful editor by customizing your .emacs file and making some OS specific tweaks. We will be concentrating [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guide2it.wordpress.com&blog=2936318&post=4&subd=guide2it&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Emacs is generally not very popular on Windows based operating systems. The default installation of Emacs leaves you with a very spartan UI and a very basic editor. However, due to Emacs’ extendibility, you can create a very powerful editor by customizing your .emacs file and making some OS specific tweaks. We will be concentrating on the latter as there are plenty of .emacs files floating around for your reference.I have 5 simple yet useful tips below, which I have tested with a GNU Emacs 23.0.0.1 (i386-mingw-nt5.1.2600) running on Windows XP.</p>
<h4>Tip 1: Starting off With a Prettier Emacs</h4>
<p>Most of us customize the fonts, colours and window position of Emacs. In fact, I have found that dark backgrounds are much suited to Emacs than the default light background. However, when Emacs starts up, it annoyingly shows the default fonts and colours first. As your .emacs files load, it jumps around and changes colours quite noticeably.</p>
<p><span id="more-4"></span>You can avoid this annoyance by making a simple registry modification. Create a new .reg file say <code>set-frame-and-fonts.reg</code> and copy paste the following lines. Open the file to add the changes to the registry. Restart Emacs and enjoy the difference!</p>
<pre><code>REGEDIT4
[HKEY_CURRENT_USERSOFTWAREGNUEmacs]
"Emacs.Foreground"="black"
"Emacs.Background"="#f5f5f5"
"Emacs.Font"="-outline-Consolas-normal-r-normal-normal-12-90-96-96-c-*-iso8859-1"
"Emacs.Geometry"="100x35+0+0"
</code></pre>
<p>Caveat: The lines above are my preferred colours, fonts and window positions. Your’s could be different. Please customize to your taste.</p>
<h4>Tip #2: Add “Open In Emacs” option to all Files</h4>
<p>This will be indispensable once you are more used to Emacs. You will feel like opening anything and everything with it. And being the one true swiss-army-chainsaw it is, you will be delighted at the enormous no: of filetypes that Emacs supports out of the box.</p>
<p>This .reg file add an “Open in Emacs” option in Windows Explorer when you right click on any file. Copy the following lines to a .reg file say <code>Add-Emacs-To-Open-Any-File.reg</code> and open it to add the changes to the registry. Make sure that you have modified the path below to point to your emacs installation path (mine is in D: drive). The <code>emacsclientw.exe</code> resides in the same place where your <code>runemacs.exe</code> resides (right-clicking on the emacs icon, generally shows you this).</p>
<pre><code>Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*ShellOpen In EmacsCommand]
@="\"D:\Program Files\Emacs23\bin\emacsclientw.exe\" -a \"D:\Program Files\Emacs23\bin\runemacs.exe\" \"%1\""
</code></pre>
<p>Read the rest:</p>
<h3 class="entry-title"><a href="http://www.arunrocks.com/blog/archives/2008/02/20/5-indespensible-tips-for-emacs-on-windows/" rel="bookmark">5 Indispensable Tips for Emacs on Windows</a></h3>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/guide2it.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/guide2it.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guide2it.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guide2it.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guide2it.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guide2it.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guide2it.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guide2it.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guide2it.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guide2it.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guide2it.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guide2it.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guide2it.wordpress.com&blog=2936318&post=4&subd=guide2it&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://guide2it.wordpress.com/2008/02/21/5-indispensable-tips-for-emacs-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2b9290dc75eef00881182e9a98fff46?s=96&#38;d=identicon" medium="image">
			<media:title type="html">caige5725</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://guide2it.wordpress.com/2008/02/21/hello-world/</link>
		<comments>http://guide2it.wordpress.com/2008/02/21/hello-world/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 15:55:13 +0000</pubDate>
		<dc:creator>caige5725</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guide2it.wordpress.com&blog=2936318&post=1&subd=guide2it&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/guide2it.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/guide2it.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guide2it.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guide2it.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guide2it.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guide2it.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guide2it.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guide2it.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guide2it.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guide2it.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guide2it.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guide2it.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guide2it.wordpress.com&blog=2936318&post=1&subd=guide2it&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://guide2it.wordpress.com/2008/02/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2b9290dc75eef00881182e9a98fff46?s=96&#38;d=identicon" medium="image">
			<media:title type="html">caige5725</media:title>
		</media:content>
	</item>
	</channel>
</rss>