<?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: Data::Dumper in Emacs Lisp</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2010/06/07/data-dumper-in-emacs-lisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2010/06/07/data-dumper-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/07/data-dumper-in-emacs-lisp/#comment-8068</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1016#comment-8068</guid>
		<description><![CDATA[Aw man, I&#039;m a month too late (although I have a couple more ideas for my _h macro).]]></description>
		<content:encoded><![CDATA[<p>Aw man, I&#8217;m a month too late (although I have a couple more ideas for my _h macro).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://curiousprogrammer.wordpress.com/2010/06/07/data-dumper-in-emacs-lisp/#comment-8065</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1016#comment-8065</guid>
		<description><![CDATA[As of Emacs 23.2, released just a month ago, hash tables have a printed s-exp representation, so this problem has been solved, recursively too, for any version of Emacs from here on. The normal printer and reader functions can be used now.

Since at least 2008 Emacs has also come with a JSON library, which works with hash tables. (require &#039;json)

Neither of these pretty prints, with nice indenting, though. I guess that&#039;s for another tool, like yours, to do.]]></description>
		<content:encoded><![CDATA[<p>As of Emacs 23.2, released just a month ago, hash tables have a printed s-exp representation, so this problem has been solved, recursively too, for any version of Emacs from here on. The normal printer and reader functions can be used now.</p>
<p>Since at least 2008 Emacs has also come with a JSON library, which works with hash tables. (require &#8216;json)</p>
<p>Neither of these pretty prints, with nice indenting, though. I guess that&#8217;s for another tool, like yours, to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
