<?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/"
		>
<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>
	<lastBuildDate>Tue, 15 May 2012 07:18:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bite Sized Emacs &#171; Design, Development, and Consulting</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/comment-page-1/#comment-5021</link>
		<dc:creator>Bite Sized Emacs &#171; Design, Development, and Consulting</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-5021</guid>
		<description>[...] to Karsten Wade and the discussion on this page. There are many word count alternatives in the Emacs Wiki, and there&#039;s also a word-count-mode that [...]</description>
		<content:encoded><![CDATA[<p>[...] to Karsten Wade and the discussion on this page. There are many word count alternatives in the Emacs Wiki, and there&#39;s also a word-count-mode that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/comment-page-1/#comment-3059</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Fri, 08 May 2009 10:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-3059</guid>
		<description>This has also been covered on the Emacs Wiki: http://www.emacswiki.org/emacs/WordCount</description>
		<content:encoded><![CDATA[<p>This has also been covered on the Emacs Wiki: <a href="http://www.emacswiki.org/emacs/WordCount" rel="nofollow">http://www.emacswiki.org/emacs/WordCount</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaes</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/comment-page-1/#comment-2828</link>
		<dc:creator>Klaes</dc:creator>
		<pubDate>Mon, 09 Feb 2009 00:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-2828</guid>
		<description>Or, if you wanna make it really easy, just go to the start of the region you want to count, then C-space (then move to end of region) M-&#124; Enter (then type) wc -w Enter
and it tells you.</description>
		<content:encoded><![CDATA[<p>Or, if you wanna make it really easy, just go to the start of the region you want to count, then C-space (then move to end of region) M-| Enter (then type) wc -w Enter<br />
and it tells you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terry</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/comment-page-1/#comment-2666</link>
		<dc:creator>terry</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/2008/02/08/counting-words-in-emacs/#comment-2666</guid>
		<description>i know its wrong but
(length &#039;( your document in here ))
then C-x C-e</description>
		<content:encoded><![CDATA[<p>i know its wrong but<br />
(length &#8216;( your document in here ))<br />
then C-x C-e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolf Olah</title>
		<link>http://iquaid.org/2008/02/08/counting-words-in-emacs/comment-page-1/#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&#039;m sick and tired of using &quot;wc&quot; and I can&#039;t even use it when I&#039;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-page-1/#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&#039;ll try that.

Good point, Anthony, I didn&#039;t think to check actual authorship.  It&#039;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&#039;s name.  Perhaps he didn&#039;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&#039;s speaking to &quot;me&quot; about &quot;we&quot; from DJ&#039;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-page-1/#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&#039;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-page-1/#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 &quot;Count words in buffer&quot; (interactive)
  (shell-command-on-region (point-min) (point-max) &quot;wc -w&quot;))
&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>

