<?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>Punch Card &#187; emacs</title>
	<atom:link href="http://punchcard.wordpress.com/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://punchcard.wordpress.com</link>
	<description>A blog about software development</description>
	<lastBuildDate>Thu, 22 Nov 2012 08:01:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='punchcard.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/3a8b4668582287a8e6e7eb4e5e08b599?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Punch Card &#187; emacs</title>
		<link>http://punchcard.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://punchcard.wordpress.com/osd.xml" title="Punch Card" />
	<atom:link rel='hub' href='http://punchcard.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Emacs DBLP Mode for better Papers in LaTeX</title>
		<link>http://punchcard.wordpress.com/2010/10/25/emacs-dblp-mode-for-better-papers-in-latex/</link>
		<comments>http://punchcard.wordpress.com/2010/10/25/emacs-dblp-mode-for-better-papers-in-latex/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 16:50:32 +0000</pubDate>
		<dc:creator>grundprinzip</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[dblp]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[mode]]></category>

		<guid isPermaLink="false">http://punchcard.wordpress.com/?p=143</guid>
		<description><![CDATA[Do you remember the last time you were writing a paper and you knew that you reached the perfect point for a citation. You knew the author or the paper but you did not want to lookup the BibTeX entry or even create it? So you started to use rDBLP, but now you have to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=punchcard.wordpress.com&#038;blog=10563664&#038;post=143&#038;subd=punchcard&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Do you remember the last time you were writing a paper and you knew that you reached the perfect point for a citation. You knew the author or the paper but you did not want to lookup the BibTeX entry or even create it? So you started to use <a href="http://punchcard.wordpress.com/2010/08/31/rdblp-easy-bibtex-management-for-your-research-paper/">rDBLP</a>, but now you have to lookup the citation key every time again and again. Since your BibTeX file is now build after the paper was compiled the first time, there is no chance to use common BibTeX management tools. </p>
<p>As a consequence from this problem I wrote a small minor mode for Emacs that allows to search the DBLP database directly from Emacs and insert the correct citation key. </p>
<p>To install this minor mode follow these steps:</p>
<ol>
<li>Go to your local site lisp directory &#8211; e.g. <strong>~/.emacs.d/elisp</strong></li>
<li><strong>git clone git@github.com:grundprinzip/dblp.el.git</strong></li>
<li>and now add the following lines to your Emacs configuration to activate the minor mode as soon as you enter LaTeX mode</li>
</ol>
<pre class="brush: plain; title: ; notranslate">;; DBLP mode
(add-to-list 'load-path &quot;~/.emacs.d/elisp/dblp.el&quot;)
(require 'dblp)
(add-hook 'LaTeX-mode-hook 'dblp-mode)
</pre>
<p>If you want to use the querying hit &#8220;C-M-c&#8221; if the DBLP mode is activated and this will start an interactive mode to query DBLP.</p>
<p>Currently the minor mode requires Ruby to be available on the platform. I plan to port the parser and querying to Lisp but currently it&#8217;s easier for me to write it in Ruby. Do you have any comments or questions, please leave me a message in the comments.</p>
<p>-Martin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/punchcard.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/punchcard.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=punchcard.wordpress.com&#038;blog=10563664&#038;post=143&#038;subd=punchcard&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://punchcard.wordpress.com/2010/10/25/emacs-dblp-mode-for-better-papers-in-latex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9036fdd3def5eae9979c02b3c99665df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">grundprinzip</media:title>
		</media:content>
	</item>
		<item>
		<title>Emacs Movement Shortcuts Wallpaper</title>
		<link>http://punchcard.wordpress.com/2010/10/09/emacs-movement-shortcuts-wallpaper/</link>
		<comments>http://punchcard.wordpress.com/2010/10/09/emacs-movement-shortcuts-wallpaper/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 20:27:22 +0000</pubDate>
		<dc:creator>grundprinzip</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://punchcard.wordpress.com/?p=125</guid>
		<description><![CDATA[Stumbling across the Vim Movements Shortcuts Wallpaper, I decided to make one for Emacs. Basically I really like the idea of having a real quick reference to the most important shortcuts on your desktop. If you have any additional shortcuts that you would love to have, please leave a comment. If you want to modify [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=punchcard.wordpress.com&#038;blog=10563664&#038;post=125&#038;subd=punchcard&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Stumbling <a href="http://naleid.com/blog/2010/10/04/vim-movement-shortcuts-wallpaper/">across</a> the Vim Movements Shortcuts Wallpaper, I decided to make one for Emacs. Basically I really like the idea of having a real quick reference to the most important shortcuts on your desktop.</p>
<p><a href="http://punchcard.files.wordpress.com/2010/10/emacs2.png"><img src="http://punchcard.files.wordpress.com/2010/10/emacs2.png?w=510&#038;h=321" alt="Emacs Wallpaper" title="Emacs Movement Shortcuts Wallpaper" width="510" height="321" class="aligncenter size-full wp-image-126" /></a></p>
<p>If you have any additional shortcuts that you would love to have, please leave a comment. If you want to modify the wallpaper, I uploaded the original <a href='http://punchcard.files.wordpress.com/2010/10/emacs_source1.pdf'>PDF version</a> of the wallpaper that you can easily modify with any tool of your choice.</p>
<p>-Martin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/punchcard.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/punchcard.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=punchcard.wordpress.com&#038;blog=10563664&#038;post=125&#038;subd=punchcard&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://punchcard.wordpress.com/2010/10/09/emacs-movement-shortcuts-wallpaper/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9036fdd3def5eae9979c02b3c99665df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">grundprinzip</media:title>
		</media:content>

		<media:content url="http://punchcard.files.wordpress.com/2010/10/emacs2.png" medium="image">
			<media:title type="html">Emacs Movement Shortcuts Wallpaper</media:title>
		</media:content>
	</item>
	</channel>
</rss>
