<?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/"
	>

<channel>
	<title>SkierX &#187; Programming</title>
	<atom:link href="http://www.skierx.org/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skierx.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 17 Jun 2010 05:13:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Reverse Color (and other effects) in Emacs for Windows</title>
		<link>http://www.skierx.org/2007/01/03/reverse-color-and-other-effects-in-emacs-for-windows/</link>
		<comments>http://www.skierx.org/2007/01/03/reverse-color-and-other-effects-in-emacs-for-windows/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 04:03:44 +0000</pubDate>
		<dc:creator>skierx</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.skierx.org/?p=3</guid>
		<description><![CDATA[The Process If you run emacs on Windows, there are a number of customizations available to our Unix counterparts via their .Xdefaults file. We have access to these same customizations, however we manipulate them via the Windows Registry. Start regedit. Navigate to HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs (HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs to make changes for all users). Create &#8220;Keys&#8221; (folders) as necessary. [...]]]></description>
			<content:encoded><![CDATA[<h3>The Process</h3>
<p>If you run emacs on Windows, there are a number of customizations available to our Unix counterparts via their <kbd>.Xdefaults</kbd> file. We have access to these same customizations, however we manipulate them via the Windows Registry.</p>
<ol>
<li>Start <kbd>regedit</kbd>. Navigate to <kbd>HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs</kbd> (<kbd>HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs</kbd> to make changes for all users). Create &#8220;Keys&#8221; (folders) as necessary.</li>
<li>Add a &#8220;String Value&#8221;. Name it <kbd>Emacs</kbd>.<em><kbd>x</kbd></em>; where <em><kbd>x</kbd></em> is one of:
<p><kbd>background</kbd>, <kbd>bitmapIcon</kbd>, <kbd>borderColor</kbd>, <kbd>borderWidth</kbd>, <kbd>cursorColor</kbd>, <kbd>font</kbd>, <kbd>foreground</kbd>, <kbd>geometry</kbd>, <kbd>iconName</kbd>, <kbd>internalBorder</kbd>, <kbd>lineSpacing</kbd>, <kbd>menuBar</kbd>, <kbd>toolBar</kbd>, <kbd>minibuffer</kbd>, <kbd>paneFont</kbd>, <kbd>pointerColor</kbd>, <kbd>reverseVideo</kbd>, <kbd>screenGamma</kbd>, <kbd>selectionFont</kbd>, <kbd>synchronous</kbd>, <kbd>title</kbd>, <kbd>verticalScrollBars</kbd>.</p>
</li>
</ol>
<h3>My preferences</h3>
<p><code>1. Emacs.reverseVideo = On<br />
2. Emacs.font = -outline-Bitstream Vera Sans Mono-normal-r-normal-normal-12-90-96-96-c-*-iso8859-1<br />
</code></p>
<ol>
<li>Switches to light on dark background (which is default console behavior).</li>
<li>Changes the font to a more readable mono-spaced font.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.skierx.org/2007/01/03/reverse-color-and-other-effects-in-emacs-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
