<?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: Sorting Records With Emacs</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/</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: Emacsのbufferでの並べ替え &#124; 武田 史郎（Shiro Takeda）</title>
		<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/#comment-8374</link>
		<dc:creator><![CDATA[Emacsのbufferでの並べ替え &#124; 武田 史郎（Shiro Takeda）]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 10:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=735#comment-8374</guid>
		<description><![CDATA[[...] Sorting Records With Emacs &#171; A Curious Programmer     コメント (RSS) &#160;&#124;&#160;&#160;トラックバック [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Sorting Records With Emacs &#171; A Curious Programmer     コメント (RSS) &nbsp;|&nbsp;&nbsp;トラックバック [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/#comment-7821</link>
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Sat, 19 Dec 2009 18:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=735#comment-7821</guid>
		<description><![CDATA[Hello my name is Pedro, i&#039;am from Portugal. I&#039;am in the firs year of university and i have to do a program in scheme call&#039;d mastermind. do you have some ideas to the program? i need help! if you can&#039;t it&#039;s ok but i don&#039;t have more options. i find this blog and i think maybe he can help but if you din&#039;t it&#039;s ok! my e-mail is there if you can help send me an e-mail.... Thanks by the way... nice post...]]></description>
		<content:encoded><![CDATA[<p>Hello my name is Pedro, i&#8217;am from Portugal. I&#8217;am in the firs year of university and i have to do a program in scheme call&#8217;d mastermind. do you have some ideas to the program? i need help! if you can&#8217;t it&#8217;s ok but i don&#8217;t have more options. i find this blog and i think maybe he can help but if you din&#8217;t it&#8217;s ok! my e-mail is there if you can help send me an e-mail&#8230;. Thanks by the way&#8230; nice post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/#comment-7800</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 06:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=735#comment-7800</guid>
		<description><![CDATA[@Aaron - I think that sort-numeric-fields counts fields based on whitespace, therefore for fixed width fields with a variable number of words it won&#039;t work (e.g. my name field will sometimes have two surnames).  Good tip for other data though.

@Sue - sort-subr is even more flexible isn&#039;t it?  Pathological example: what if you wanted to sort on the deepest set of brackets?

XXX ((1)) (2)

@Eisen - portability and flexibility.  sort doesn&#039;t exist by default on Windows and can&#039;t handle all my sorting needs in any case.]]></description>
		<content:encoded><![CDATA[<p>@Aaron &#8211; I think that sort-numeric-fields counts fields based on whitespace, therefore for fixed width fields with a variable number of words it won&#8217;t work (e.g. my name field will sometimes have two surnames).  Good tip for other data though.</p>
<p>@Sue &#8211; sort-subr is even more flexible isn&#8217;t it?  Pathological example: what if you wanted to sort on the deepest set of brackets?</p>
<p>XXX ((1)) (2)</p>
<p>@Eisen &#8211; portability and flexibility.  sort doesn&#8217;t exist by default on Windows and can&#8217;t handle all my sorting needs in any case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eisen</title>
		<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/#comment-7798</link>
		<dc:creator><![CDATA[Eisen]]></dc:creator>
		<pubDate>Sat, 05 Sep 2009 15:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=735#comment-7798</guid>
		<description><![CDATA[Why not use &#039;sort&#039; via shell-command-on-region?]]></description>
		<content:encoded><![CDATA[<p>Why not use &#8216;sort&#8217; via shell-command-on-region?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue D. Nymme</title>
		<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/#comment-7793</link>
		<dc:creator><![CDATA[Sue D. Nymme]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=735#comment-7793</guid>
		<description><![CDATA[See also sort-regexp-fields for the ultimate in flexibility.]]></description>
		<content:encoded><![CDATA[<p>See also sort-regexp-fields for the ultimate in flexibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Peromsik</title>
		<link>http://curiousprogrammer.wordpress.com/2009/08/31/sorting-records-with-emacs/#comment-7792</link>
		<dc:creator><![CDATA[Aaron Peromsik]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=735#comment-7792</guid>
		<description><![CDATA[Interesting. See also: sort-numeric-fields .]]></description>
		<content:encoded><![CDATA[<p>Interesting. See also: sort-numeric-fields .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
