<?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: spell-check keyboard shortcut in emacs</title>
	<atom:link href="http://desk.stinkpot.org/tricks/index.php/2006/09/spell-check-keyboard-shortcut-in-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/09/spell-check-keyboard-shortcut-in-emacs/</link>
	<description>tricks!</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Duncan Jones</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/09/spell-check-keyboard-shortcut-in-emacs/comment-page-1/#comment-8405</link>
		<dc:creator>Duncan Jones</dc:creator>
		<pubDate>Wed, 07 Nov 2007 09:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=78#comment-8405</guid>
		<description>Hi Lawrence,

I found this didn&#039;t work unless it was written as follows:

(global-set-key (kbd &quot;\C-c s&quot;) &#039;ispell-buffer)

e.g. with the extra (kbd ) brackets.

Also, I would perhaps suggest against binding that command to Ctrl-c, since it limits the number of bindings you can potentially make.  Many people choose to bind functions to Ctrl-c , since it allows for a wider range of key bindings.

Regards,

Duncan</description>
		<content:encoded><![CDATA[<p>Hi Lawrence,</p>
<p>I found this didn&#8217;t work unless it was written as follows:</p>
<p>(global-set-key (kbd &#8220;\C-c s&#8221;) &#8216;ispell-buffer)</p>
<p>e.g. with the extra (kbd ) brackets.</p>
<p>Also, I would perhaps suggest against binding that command to Ctrl-c, since it limits the number of bindings you can potentially make.  Many people choose to bind functions to Ctrl-c , since it allows for a wider range of key bindings.</p>
<p>Regards,</p>
<p>Duncan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

