<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Terse Hashes in Emacs Lisp</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2010/06/04/terse-hashes-in-emacs-lisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2010/06/04/terse-hashes-in-emacs-lisp/</link>
	<description>Leveraging Perl and Emacs</description>
	<lastBuildDate>Tue, 07 May 2013 11:25:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2010/06/04/terse-hashes-in-emacs-lisp/#comment-8067</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1006#comment-8067</guid>
		<description><![CDATA[Hi Chris,

Thanks for the (declare ...) tip.

And good to know that #s is for 23.2 onwards.  I wasn&#039;t sure what I was doing wrong.  It must be time to upgrade again.]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thanks for the (declare &#8230;) tip.</p>
<p>And good to know that #s is for 23.2 onwards.  I wasn&#8217;t sure what I was doing wrong.  It must be time to upgrade again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://curiousprogrammer.wordpress.com/2010/06/04/terse-hashes-in-emacs-lisp/#comment-8066</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1006#comment-8066</guid>
		<description><![CDATA[To get tighter indentation when using the macro, I&#039;d throw this in the _h definition,

(declare (indent defun))

Also, the #s syntax is specifically 23.2, so 23.0 won&#039;t cut it,

http://www.gnu.org/software/emacs/NEWS.23.2]]></description>
		<content:encoded><![CDATA[<p>To get tighter indentation when using the macro, I&#8217;d throw this in the _h definition,</p>
<p>(declare (indent defun))</p>
<p>Also, the #s syntax is specifically 23.2, so 23.0 won&#8217;t cut it,</p>
<p><a href="http://www.gnu.org/software/emacs/NEWS.23.2" rel="nofollow">http://www.gnu.org/software/emacs/NEWS.23.2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atomicrabbit</title>
		<link>http://curiousprogrammer.wordpress.com/2010/06/04/terse-hashes-in-emacs-lisp/#comment-8062</link>
		<dc:creator><![CDATA[atomicrabbit]]></dc:creator>
		<pubDate>Fri, 04 Jun 2010 13:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1006#comment-8062</guid>
		<description><![CDATA[This should work in Emacs 23:

   #s(hash-table data (&quot;key1&quot; &quot;val1&quot; &quot;key2&quot; &quot;val2&quot;))]]></description>
		<content:encoded><![CDATA[<p>This should work in Emacs 23:</p>
<p>   #s(hash-table data (&#8220;key1&#8243; &#8220;val1&#8243; &#8220;key2&#8243; &#8220;val2&#8243;))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
