<?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"
	>
<channel>
	<title>Comments on: Counting words in Emacs</title>
	<atom:link href="http://iquaid.org/2008/02/08/counting-words-in-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/</link>
	<description>... the four laws of humanity ...</description>
	<pubDate>Wed, 20 Aug 2008 22:47:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Rudolf Olah</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-2283</link>
		<dc:creator>Rudolf Olah</dc:creator>
		<pubDate>Mon, 16 Jun 2008 19:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-2283</guid>
		<description>I'm sick and tired of using "wc" and I can't even use it when I'm using Emacs in Windows, so I wrote up a one-liner that uses the how-many function: http://www.neverfriday.com/sweetfriday/2008/06/emacs-tip-word-counting-with-a.html</description>
		<content:encoded><![CDATA[<p>I&#8217;m sick and tired of using &#8220;wc&#8221; and I can&#8217;t even use it when I&#8217;m using Emacs in Windows, so I wrote up a one-liner that uses the how-many function: <a href="http://www.neverfriday.com/sweetfriday/2008/06/emacs-tip-word-counting-with-a.html" rel="nofollow">http://www.neverfriday.com/sweetfriday/2008/06/emacs-tip-word-counting-with-a.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quaid</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-291</link>
		<dc:creator>quaid</dc:creator>
		<pubDate>Mon, 11 Feb 2008 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-291</guid>
		<description>Thanks lazyweb (in the form of Peter), I'll try that.

Good point, Anthony, I didn't think to check actual authorship.  It's not very obvious, as it is not on the front page; in fact, the Thank You page seems to be the first instance of the author's name.  Perhaps he didn't include an &lt;authorgroup&gt;... in the source.

This raises an interesting point about writing technical content.  I assumed the work was by the person with the nearest name, that is, the name of the website.  Why?  Because it is written in an informal, first person plural (we) style.  I feel my reaction is natural -- it's speaking to "me" about "we" from DJ's site.

Anyway, thanks for the correction.</description>
		<content:encoded><![CDATA[<p>Thanks lazyweb (in the form of Peter), I&#8217;ll try that.</p>
<p>Good point, Anthony, I didn&#8217;t think to check actual authorship.  It&#8217;s not very obvious, as it is not on the front page; in fact, the Thank You page seems to be the first instance of the author&#8217;s name.  Perhaps he didn&#8217;t include an <authorgroup>&#8230; in the source.</p>
<p>This raises an interesting point about writing technical content.  I assumed the work was by the person with the nearest name, that is, the name of the website.  Why?  Because it is written in an informal, first person plural (we) style.  I feel my reaction is natural &#8212; it&#8217;s speaking to &#8220;me&#8221; about &#8220;we&#8221; from DJ&#8217;s site.</p>
<p>Anyway, thanks for the correction.</authorgroup></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Green</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-203</link>
		<dc:creator>Anthony Green</dc:creator>
		<pubDate>Sat, 09 Feb 2008 16:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-203</guid>
		<description>I don't think DJ wrote this.  He just hosts free documentation on his web site.  The author appears to be Robert J. Chassell.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think DJ wrote this.  He just hosts free documentation on his web site.  The author appears to be Robert J. Chassell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-194</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 09 Feb 2008 09:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-194</guid>
		<description>Or you could do it the easy way:

&lt;code&gt;
(defun word-count nil "Count words in buffer" (interactive)
  (shell-command-on-region (point-min) (point-max) "wc -w"))
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Or you could do it the easy way:</p>
<p><code><br />
(defun word-count nil "Count words in buffer" (interactive)<br />
  (shell-command-on-region (point-min) (point-max) "wc -w"))<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
