<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Procrastiblog &#187; Emacs</title>
	<atom:link href="http://procrastiblog.com/category/tech/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://procrastiblog.com</link>
	<description>A place to document tips and tricks for the various Linux, LaTeX, OCaml, and other general computer-related topics that I encounter in my daily life and a repository for supposedly amusing observations, hyperlinks, recipes, reviews, travelogues, and political opinions written when I have a spare moment (or when I don't have a spare moment, but I don't feel like working)</description>
	<lastBuildDate>Wed, 09 Nov 2011 12:26:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='procrastiblog.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/11f0f9a6969235308cf5aaee61e39508?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Procrastiblog &#187; Emacs</title>
		<link>http://procrastiblog.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://procrastiblog.com/osd.xml" title="Procrastiblog" />
	<atom:link rel='hub' href='http://procrastiblog.com/?pushpress=hub'/>
		<item>
		<title>Linux Quickies</title>
		<link>http://procrastiblog.com/2008/04/30/linux-quickies/</link>
		<comments>http://procrastiblog.com/2008/04/30/linux-quickies/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 20:31:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2008/04/30/linux-quickies/</guid>
		<description><![CDATA[The upgrade from Ubuntu Gutsy to Hardy Heron (cool logo, right?) was relatively uneventful. Some minor points&#8230; I always thought the main Ubuntu servers would farm my downloads off to an appropriate mirror, but apparently that&#8217;s not the case. You&#8217;re likely to get better download times if you choose a mirror in System -&#62; Administration [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=331&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp1.blogger.com/_UpOovsMuqNk/SBjvJylMaGI/AAAAAAAAAFQ/vOr4nFIHnWk/s1600-h/hardy+heron.jpg"><img style="float:right;cursor:hand;margin:0 10px 10px 0;" src="http://bp1.blogger.com/_UpOovsMuqNk/SBjvJylMaGI/AAAAAAAAAFQ/vOr4nFIHnWk/s320/hardy+heron.jpg" border="0" /></a><br />The upgrade from Ubuntu Gutsy to <a href="http://www.ubuntu.com/products/whatisubuntu/804features/">Hardy Heron</a> (cool logo, right?) was relatively uneventful. Some minor points&#8230;</p>
<ul>
<li>I always thought the main Ubuntu servers would farm my downloads off to an appropriate mirror, but apparently that&#8217;s not the case. You&#8217;re likely to get better download times if you choose a mirror in System -&gt; Administration -&gt; Software Sources. If you choose &#8220;Other&#8230;&#8221;, there&#8217;s a &#8220;Select Best Server&#8221; feature. Oddly, my best response times were from New Zealand&#8230; maybe because they were all asleep when I tried it.</li>
<li>The <a href="http://ubuntuforums.org/showpost.php?p=3675960&amp;postcount=26">&#8220;ugly fix&#8221;</a> for the infamous <a href="https://launchpad.net/ubuntu/+source/acpi-support/+bug/59695">hard disk annihilating bug</a> stopped working after I upgraded. <a href="http://duopetalflower.blogspot.com/2008/04/harddrive-killer-bug-workaround-for.html">This new, different (but still ugly) fix</a> worked for me. It would be really great if the Ubuntu team could find a way to make the OS stop trying to kill my hard disk by default.</li>
<li>My WiFi light stopped working after the upgrade. This is <a href="https://bugs.launchpad.net/linux/+bug/176090/">very easily fixed</a> by installing the package <code>linux-backports-modules-hardy</code>.</li>
<li><a href="http://kitenet.net/%7Ejoey/code/etckeeper/"><code>etckeeper</code></a> is a great idea: it puts all the config files in <code>/etc</code> under Git, Mercurial, or Bazaar source control and forces APT to commit before and after any upgrade, so it&#8217;s easy to isolate and revert changes. (As a side note, using <a href="http://bazaar-vcs.org/">Bazaar</a> for a few weeks makes it physically painful to be forced to deal with CVS.)</li>
<li>Anti-aliased fonts in Emacs are really nice. On Ubuntu Hardy, install <code>emacs-snapshot-gtk</code> (on prior releases, downloads <a href="http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/">&#8220;Pretty Emacs&#8221;</a>), then run <code>emacs-snapshot</code> instead of <code>emacs</code> (or run <code>update-alternatives</code> to set <code>emacs-snapshot</code> as the default). You should then be able to run, e.g., <code>emacs --font "Monospace-10"</code> and get pretty, pretty (lick-able, as they say) fonts. Other reasonable choices are <code>"BitstreamVeraSansMono-X"</code> or <code>"LiberationMono-X"</code>, where <code>X</code> is your desired point size. You can also invoke <code>M-x set-default-font</code> and type your choice interactively, but for some reason the TrueType fonts above won&#8217;t tab-complete—if you type a non-existent font, Emacs will silently use the default system fixed-width font (see System -&gt; Preferences -&gt; Appearance -&gt; Fonts). I&#8217;ve added the following to my <code>.emacs</code>:
<pre>(if (&gt;= emacs-major-version 23)   (set-default-font "Monospace-10"))</pre>
<p>(The conditional is necessary if you may come into contact with earlier versions of Emacs, which will barf on TrueType fonts.)</li>
<li>In my experience, the fonts in your web browser will look better if you <em>don&#8217;t</em> use Microsoft&#8217;s <em>gratis</em> <a href="http://en.wikipedia.org/wiki/Core_fonts_for_the_Web">TrueType core fonts</a> (package <code>msttcorefonts</code> in Ubuntu/Debian). In particular, the <a href="http://en.wikipedia.org/wiki/Trebuchet_MS">Trebuchet font</a> (which crops up frequently, including at the top of this page) tends to look pretty bad with <a href="http://en.wikipedia.org/wiki/Subpixel_rendering">subpixel rendering</a> turned on. Red Hat&#8217;s <a href="http://en.wikipedia.org/wiki/Liberation_fonts">Liberation fonts</a> (package <code>ttf-liberation</code>) are designed as drop-in replacements for the Microsoft fonts, but I haven&#8217;t seen much value in installing them.</li>
<li>The instructions <a href="http://procrastiblog.blogspot.com/2008/04/using-external-monitor-or-projector.html">I gave last month</a> for hooking up to a projector aren&#8217;t complete, because they often won&#8217;t let you run the projector at a resolution greater than 640&#215;480. This led to a rather embarrassing scene in front a class of undergraduates, where <a href="http://www.openoffice.org/">OpenOffice.org</a> simply refused to operate at such a pathetic resolution. This problem can be solved by <a href="http://ubuntuforums.org/showthread.php?t=542222">the methods presented here</a>, though it requires a bit of tweaking to get things just so. I haven&#8217;t yet discovered a minimal solution—first I need to crack the meaning of the X11 &#8220;MetaModes&#8221; option. When I do, you&#8217;ll be the first to know.</li>
<p></ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/331/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/331/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=331&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2008/04/30/linux-quickies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://bp1.blogger.com/_UpOovsMuqNk/SBjvJylMaGI/AAAAAAAAAFQ/vOr4nFIHnWk/s320/hardy+heron.jpg" medium="image" />
	</item>
		<item>
		<title>The Triumphant Return of C-c C-t</title>
		<link>http://procrastiblog.com/2008/01/24/the-triumphant-return-of-c-c-c-t/</link>
		<comments>http://procrastiblog.com/2008/01/24/the-triumphant-return-of-c-c-c-t/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 23:46:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[OCaml]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2008/01/24/the-triumphant-return-of-c-c-c-t/</guid>
		<description><![CDATA[The upgrade to Ubuntu gutsy and/or Emacs 22 broke my favorite feature of tuareg/ocaml-mode: C-c C-t for &#8220;show type&#8221; in OCaml buffers (this requires compiling with -dtypes, which generates type annotation files). I suffered without this for a length of time which is either embarrassing or impressive, depending on whether you consider poking around inside [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=318&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The upgrade to Ubuntu gutsy and/or Emacs 22 broke my favorite feature of tuareg/ocaml-mode: <code>C-c C-t</code> for &#8220;show type&#8221; in OCaml buffers (this requires compiling with <code>-dtypes</code>, which generates type annotation files). I suffered without this for a length of time which is either embarrassing or impressive, depending on whether you consider poking around inside Emacs Lisp files a productive or unproductive use of time&#8230;</p>
<p>I finally broke down and fixed it today. The problem is simply that Emacs and OCaml packages aren&#8217;t cooperating properly. My solution, which may or may not be optimal, is as follows:</p>
<ol>
<li>Copy the directory <code>/usr/share/emacs/site-lisp/ocaml-mode</code> to a path of your choosing, say <code>~/.emacs.d/emacs22/ocaml-mode</code>. Let&#8217;s call this directory <code>DIR</code>
<li>(Optional) In Emacs 22, execute <code>C-u 0 M-x byte-recompile-directory</code> and choose <code>DIR</code>.
<li>Add the following line to your <code>.emacs</code> file:<br /><code>(or (&lt; emacs-major-version 22) (push "DIR" load-path))</code> </p>
</ol>
<p>The test for whether it worked is: load a <code>.ml</code> file and type <code>C-c C-t</code>. In the mini-buffer, you&#8217;ll either see &#8220;<code>type: ...</code>&#8220;; &#8220;<code>Point is not within a typechecked expression or pattern</code>&#8220;; or &#8220;<code>No annotation file...</code>&#8221; If it says &#8220;<code>C-c C-t is undefined</code>&#8220;, then you have failed.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/318/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/318/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=318&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2008/01/24/the-triumphant-return-of-c-c-c-t/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing your PATH in Emacs&#8217; compilation mode</title>
		<link>http://procrastiblog.com/2007/07/09/changing-your-path-in-emacs-compilation-mode/</link>
		<comments>http://procrastiblog.com/2007/07/09/changing-your-path-in-emacs-compilation-mode/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 16:21:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2007/07/09/changing-your-path-in-emacs-compilation-mode/</guid>
		<description><![CDATA[[UPDATE: This is not really wrong, but not really right either. See below.] I was a bit surprised at this problem, but I suppose most people use standard make or gcc to build&#8230; I want to build my project with a version of OMake that I have compiled and installed in my home directory. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=283&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[UPDATE: This is not really wrong, but not really right either. See below.]</p>
<p>I was a bit surprised at this problem, but I suppose most people use standard <code>make</code> or <code>gcc</code> to build&#8230; I want to build my project with a version of <a href="http://omake.metaprl.org">OMake</a> that I have compiled and installed in my home directory. I have <code>~/tools/bin</code> in my <code>PATH</code>, but for some reason <code>M-x compile</code> still gives me</p>
<pre>/bin/bash: omake: command not found</pre>
<p>The trick is that Emacs invokes the compile command in a non-interactive, non-login shell, which means that neither your <code>.bash_profile</code> nor your <code>.bashrc</code> (or any variations thereof) are going to get read.* The workaround is to set <code>BASH_ENV</code> to point to a script file that sets your <code>PATH</code>—<code>bash</code> reads the file pointed-to by <code>BASH_ENV</code> in non-interactive mode. Here&#8217;s my solution:<br />
<pre class="brush: bash;">
# In ~/.bash_profile:  
. ~/.bashrc

# In ~/.bashrc:  
export BASH_ENV=~/.bash_env  
. &quot;$BASH_ENV&quot;

# In ~/.bash_env:  
export PATH=/home/chris/tools/bin:$PATH
</pre></p>
<p>There&#8217;s probably a good reason why this is a bad idea, but it works.</p>
<p>* A quick refresher course: <code>.bash_profile</code> is for login shells; <code>.bashrc</code> is for interactive, non-login shells; <code>BASH_ENV</code> is for non-interactive, non-login shells (which, confusingly, will probably be a sub-process of an interactive and/or login shell, which is why the above example works).</p>
<p>[UPDATE] The compilation shell being non-interactive and non-login is a red herring. While this is certainly the case, a non-interactive, non-login shell will inherit the environment of it&#8217;s parent process. So, for instance, if your <code>PATH</code> is properly set in your shell and you invoke Emacs from the command line, things should be fine.</p>
<p>What was really causing my problem is that I was invoking Emacs from the <a href="http://developer.gnome.org/arch/gnome/corecomponents/panel/">Gnome Panel</a>. The environment that Emacs inherits in this case is Gnome&#8217;s, not Bash&#8217;s. How do you change the <code>PATH</code> in the Gnome environment? Um&#8230; Eh&#8230; <code>gnome-session-properties</code>? <code>.gnomerc</code>?</p>
<p>The solution I&#8217;ve settled on is to create a <code>~/.xsession</code> file as follows,<br />
<pre class="brush: bash;">
  #! /usr/bin/bash

  if [ -f ~/.bash_env ]; then
    . ~/.bash_env
  fi

  exec gnome-session
</pre><br />
where <code>.bash_env</code> is as above.</p>
<p>NOTE: If you leave off the last line, your X session will end before it begins. The <code>.xsession</code> script <em>is</em> the X process: when it ends, the X process ends. Execing <code>gnome-session</code> replaces the script process with the Gnome session process.</p>
<p>[UPDATE 2] Of course, another option is to just use <code>setenv</code> in your <code>.emacs</code> file. TMTOWTDI, in Emacs and Perl alike.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/283/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/283/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=283&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2007/07/09/changing-your-path-in-emacs-compilation-mode/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Browsing gzipped tarballs in Emacs</title>
		<link>http://procrastiblog.com/2007/06/29/browsing-gzipped-tarballs-in-emacs/</link>
		<comments>http://procrastiblog.com/2007/06/29/browsing-gzipped-tarballs-in-emacs/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 20:22:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2007/06/29/browsing-gzipped-tarballs-in-emacs/</guid>
		<description><![CDATA[Somehow the presence of a hundred billion .tar.gz files on the Internet prevents Google from giving me this very simple tip. Just opening a .tar file in Emacs will let you browse it as if it were a directory. If the file is gzipped, you need to enable auto-compression-mode: either do M-x auto-compression-mode or (setq [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=277&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Somehow the presence of a hundred billion .tar.gz files on the Internet prevents Google from giving me this very simple tip. Just opening a .tar file in Emacs will let you browse it as if it were a directory. If the file is gzipped, you need to enable <code>auto-compression-mode</code>: either do <code>M-x auto-compression-mode</code> or <code>(setq auto-compression-mode t)</code> (e.g., in your <code>.emacs</code> file).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/277/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/277/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/277/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=277&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2007/06/29/browsing-gzipped-tarballs-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Buffer-local Dictionaries</title>
		<link>http://procrastiblog.com/2007/03/18/buffer-local-dictionaries/</link>
		<comments>http://procrastiblog.com/2007/03/18/buffer-local-dictionaries/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 22:00:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2007/03/18/buffer-local-dictionaries/</guid>
		<description><![CDATA[If you write technical documents&#8212;especially technical computer science documents with code snippets and the like&#8212;you&#8217;re likely to come across a spell-checking dilemma like the following: Unrecognized word: pBuffer Replace with: (0) buffer (1) puffer (2) puffier (3) pouffe &#8230;Space: Accept word this timea: Accept word this sessioni: Insert into personal dictionary &#8220;pBuffer&#8221; is not a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=247&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you write technical documents&mdash;especially technical computer science documents with code snippets and the like&mdash;you&#8217;re likely to come across a spell-checking dilemma like the following:</p>
<p>Unrecognized word: <b>pBuffer</b></p>
<p>Replace with: (0) buffer (1) puffer (2) puffier (3) pouffe &#8230;<br />Space: Accept word this time<br />a: Accept word this session<br />i: Insert into personal dictionary</p>
<p>&#8220;pBuffer&#8221; is not a real word that should go in your personal dictionary, so you accept the word for this session. Say you&#8217;re going to write 5,000 more drafts of this document. All of those weird little technical words could get pretty annoying after a while.</p>
<p>In Emacs, you can type &#8216;A&#8217; instead of &#8216;a&#8217; to insert the word in a &#8220;buffer-local dictionary.&#8221; You can also presumably add a <code>Local Words</code> comment somewhere in your file by hand, like
<pre>% Local Words: pBuffer</pre>
<p>Why is it always so hard to figure this stuff out?</p>
<p>Hat tip to the <a href="http://tldp.org/HOWTO/LinuxDoc+Emacs+Ispell-HOWTO-5.html">Linux Documentation Project</a>.</p>
<p>Bonus tip: You want an em dash in your blog post? Try <code>&amp;mdash;</code>. You would think I couldn&#8217;t be so em dash-happy and not know this already, but I am and I didn&#8217;t.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/247/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/247/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=247&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2007/03/18/buffer-local-dictionaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Newlines in Regexps</title>
		<link>http://procrastiblog.com/2007/03/04/newlines-in-regexps/</link>
		<comments>http://procrastiblog.com/2007/03/04/newlines-in-regexps/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 19:23:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2007/03/04/newlines-in-regexps/</guid>
		<description><![CDATA[This tip rocks: to search for a newline in Emacs type C-q C-j.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=243&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cs.umd.edu/~jspacco/emacs.html">This tip rocks</a>: to search for a newline in Emacs type <code>C-q C-j</code>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/243/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/243/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=243&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2007/03/04/newlines-in-regexps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Fi, O Fi</title>
		<link>http://procrastiblog.com/2007/02/07/fi-o-fi/</link>
		<comments>http://procrastiblog.com/2007/02/07/fi-o-fi/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 19:52:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2007/02/07/fi-o-fi/</guid>
		<description><![CDATA[When I cut-and-paste from PDF into Emacs, ligatures come out weird. &#8220;speciﬁc&#8221; comes out . (Note that I had to make that an image, because pasting the same text into a Firefox window renders the ligature correctly. The gobbledygook is a control code that is properly understood by the standard GUI fonts. Note also that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=232&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I cut-and-paste from PDF into Emacs, ligatures come out weird. &#8220;speciﬁc&#8221; comes out <a href="http://bp0.blogger.com/_BapUu8f2dYg/Rcou4VKbR6I/AAAAAAAAACM/AmYLiMpJ3Bk/s1600-h/specific.png"><img style="cursor:hand;" src="http://bp0.blogger.com/_BapUu8f2dYg/Rcou4VKbR6I/AAAAAAAAACM/AmYLiMpJ3Bk/s400/specific.png" border="0" /></a>. (Note that I had to make that an image, because pasting the same text into a Firefox window renders the ligature correctly. The gobbledygook is a control code that is properly understood by the standard GUI fonts. Note also that the cut-and-paste version is a ligature (ﬁ), but the version I type in directly is not (fi).) Of course, there&#8217;s ligatures besides &#8220;fi&#8221;, and hyphenation is always a problem. Is there a magic Emacs incantation to make this work correctly?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/232/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/232/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=232&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2007/02/07/fi-o-fi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://bp0.blogger.com/_BapUu8f2dYg/Rcou4VKbR6I/AAAAAAAAACM/AmYLiMpJ3Bk/s400/specific.png" medium="image" />
	</item>
		<item>
		<title>Edgy Eft-ing Fonts</title>
		<link>http://procrastiblog.com/2006/10/31/edgy-eft-ing-fonts/</link>
		<comments>http://procrastiblog.com/2006/10/31/edgy-eft-ing-fonts/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 00:35:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2006/10/31/edgy-eft-ing-fonts/</guid>
		<description><![CDATA[Where did my fonts go in Emacs? Be calm, child. Somebody got pedantic with path names. Search-and-replace /usr/share/X11/fonts with /usr/share/fonts/X11 in /etc/X11/xorg.conf.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=172&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Where did my fonts go in Emacs? Be calm, child. Somebody <a href="https://launchpad.net/distros/ubuntu/+source/xorg/+bug/53038">got pedantic with path names</a>. Search-and-replace <code>/usr/share/X11/fonts</code> with <code>/usr/share/fonts/X11</code> in <code>/etc/X11/xorg.conf</code>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/172/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/172/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=172&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2006/10/31/edgy-eft-ing-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Damn you Tabs to Hell</title>
		<link>http://procrastiblog.com/2006/06/27/damn-you-tabs-to-hell/</link>
		<comments>http://procrastiblog.com/2006/06/27/damn-you-tabs-to-hell/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 08:22:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2006/06/27/damn-you-tabs-to-hell/</guid>
		<description><![CDATA[Every time I enter a new workplace, I find myself looking up this essay: &#8220;Tabs versus Spaces: An Eternal Holy War&#8221;. It fills me with a feeling of peace and serenity, and reminds me how to customize my .emacs file.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=83&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every time I enter a new workplace, I find myself looking up this essay: <a href="http://www.jwz.org/doc/tabs-vs-spaces.html">&#8220;Tabs versus Spaces: An Eternal Holy War&#8221;</a>. It fills me with a feeling of peace and serenity, and reminds me how to customize my <tt>.emacs</tt> file.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=83&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2006/06/27/damn-you-tabs-to-hell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Emacs with Cygwin</title>
		<link>http://procrastiblog.com/2006/05/23/using-emacs-with-cygwin/</link>
		<comments>http://procrastiblog.com/2006/05/23/using-emacs-with-cygwin/#comments</comments>
		<pubDate>Tue, 23 May 2006 06:08:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://procrastiblog.wordpress.com/2006/05/23/using-emacs-with-cygwin/</guid>
		<description><![CDATA[Ah, getting to know Windows&#8230; Installing Emacs on Windows and setting up Emacs to work with Cygwin.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=21&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ah, getting to know Windows&#8230; <a href="http://math.claremontmckenna.edu/Alee/emacs/emacs.html">Installing Emacs on Windows</a> and <a href="http://www.khngai.com/emacs/cygwin.php">setting up Emacs to work with Cygwin.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/procrastiblog.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/procrastiblog.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastiblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastiblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastiblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastiblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastiblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastiblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastiblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastiblog.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastiblog.com&amp;blog=1354272&amp;post=21&amp;subd=procrastiblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastiblog.com/2006/05/23/using-emacs-with-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b31241eac12146518af4ef27cc01a34c?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
	</channel>
</rss>
