<?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>nathanpowell.org &#187; emacs</title>
	<atom:link href="http://nathanpowell.org/blog/archives/category/emacs/feed" rel="self" type="application/rss+xml" />
	<link>http://nathanpowell.org/blog</link>
	<description>Bad running advice, boring family stuff, and technology few find interesting</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Heh, WHOA!</title>
		<link>http://nathanpowell.org/blog/archives/270</link>
		<comments>http://nathanpowell.org/blog/archives/270#comments</comments>
		<pubDate>Fri, 06 Apr 2007 13:08:58 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/270</guid>
		<description><![CDATA[On a lark, I was thinking &#8220;I wish I could read pdfs inside emacs&#8221;. Like any good emacs user, I headed over to emacswiki and did a search for &#8216;pdf&#8217;. There is a bit of lisp there to run pdftotext &#8230; <a href="http://nathanpowell.org/blog/archives/270">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On a lark, I was thinking &#8220;I wish I could read pdfs inside emacs&#8221;.  Like any good emacs user, I headed over to <a href="http://emacswiki.org">emacswiki</a> and did a search for &#8216;pdf&#8217;.  There is a bit of <a href="http://www.emacswiki.org/cgi-bin/wiki/UnPdf">lisp</a> there to run pdftotext on the file and open it in emacs.  It *works*.  Though it&#8217;s not very compelling&#8230;at least not on the pdf I tried.</p>
<p><img src="http://nathanpowell.org/images/emacs_pdf.png"  height="380" width="410"/></p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/270/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs Shell Command Tab Completion</title>
		<link>http://nathanpowell.org/blog/archives/237</link>
		<comments>http://nathanpowell.org/blog/archives/237#comments</comments>
		<pubDate>Sat, 03 Mar 2007 12:39:41 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/237</guid>
		<description><![CDATA[w00t! Found it. I have been using the shell command a lot in the minibuffer, but it didn&#8217;t have tab completion. To paraphrase something I read on the Emacs list the other day&#8230;&#8221;Saying, &#8216;you can&#8217;t do that in Emacs&#8217;, is &#8230; <a href="http://nathanpowell.org/blog/archives/237">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>w00t!  Found it.  I have been using the shell command a lot in the minibuffer, but it didn&#8217;t have tab completion.  To paraphrase something I read on the Emacs list the other day&#8230;&#8221;Saying, &#8216;you can&#8217;t do that in Emacs&#8217;, is usually false&#8221;.  I found this lisp <a href="http://www.namazu.org/~tsuchiya/elisp/shell-command.el">file</a> (script?) </p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/237/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs tip #1</title>
		<link>http://nathanpowell.org/blog/archives/236</link>
		<comments>http://nathanpowell.org/blog/archives/236#comments</comments>
		<pubDate>Fri, 02 Mar 2007 11:32:03 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/236</guid>
		<description><![CDATA[I figure I can post emacs tips as I run across them. If you often open the same buffers everytime you start Emacs, you can save them so that upon reopen they are already there and open. Get everything the &#8230; <a href="http://nathanpowell.org/blog/archives/236">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I figure I can post emacs tips as I run across them.</p>
<p>If you often open the same buffers everytime you start Emacs, you can save them so that upon reopen they are already there and open.</p>
<p>Get everything the way you want, and do<br />
<code><br />
  M-x desktop-save<br />
</code></p>
<p>Then in your .emacs file<br />
<code><br />
  (desktop-read)<br />
</code></p>
<p>That will open all the buffers from the desktop-save session, and you are ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/236/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

