<?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: emacs keybindings with number keys</title>
	<atom:link href="http://snarfed.org/emacs_keybindings_with_number_keys/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Fri, 18 May 2012 05:50:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ashawley</title>
		<link>http://snarfed.org/emacs_keybindings_with_number_keys#comment-397</link>
		<dc:creator>ashawley</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/emacs_keybindings_with_number_keys#comment-397</guid>
		<description>&lt;p&gt;Use vectors:&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;(global-set-key &lt;a href=&#039;/space/?C-1&#039; rel=&quot;nofollow&quot;&gt;?C-1&lt;/a&gt; &#039;foo)&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;See &quot;Key Bindings&quot; in the Emacs Manual.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Use vectors:</p>

<p class="paragraph"/>

<p>(global-set-key <a href='/space/?C-1' rel="nofollow">?C-1</a> &#8216;foo)</p>

<p class="paragraph"/>

<p>See &#8220;Key Bindings&#8221; in the Emacs Manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/emacs_keybindings_with_number_keys#comment-398</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/emacs_keybindings_with_number_keys#comment-398</guid>
		<description>&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://www.emacswiki.org/cgi-bin/emacs/JohanBockg%c3%a5rd#bojohan&quot; rel=&quot;nofollow&quot;&gt;Johan Bockgard&lt;/a&gt;&lt;/span&gt;
(from &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://emacswiki.org&quot; rel=&quot;nofollow&quot;&gt;EmacsWiki&lt;/a&gt;&lt;/span&gt;)
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://www.emacswiki.org/cgi-bin/emacs/RyanBarrett&quot; rel=&quot;nofollow&quot;&gt;describes a similar solution&lt;/a&gt;&lt;/span&gt;:&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;blockquote class=&quot;quote&quot;&gt;
The thing following control can be a symbol or a character. GNU Emacs has no separate character object type and 1 is indistinguishable from C-a as a character.&lt;p class=&quot;paragraph&quot;/&gt;    (list 1     (type-of 1))      =&gt;  (1 integer)  the number 1/the char ^A
    (list ?&#067;-a (type-of ?&#067;-a))  =&gt;  (1 integer)  ditto&lt;p class=&quot;paragraph&quot;/&gt;    (list &#039;&#049;   (type-of &#039;&#049;))    =&gt;  (&#049; symbol)  the symbol 1&lt;p class=&quot;paragraph&quot;/&gt;?1 would work too:&lt;p class=&quot;paragraph&quot;/&gt;    (list ?1    (type-of ?1))     =&gt;  (49 integer) the number 49/the char 1&lt;p class=&quot;paragraph&quot;/&gt;I suggest (global-set-key (kbd &quot;C-1&quot;) &#039;foo), btw.
&lt;/blockquote&gt;

&lt;p class=&quot;paragraph&quot;/&gt;
</description>
		<content:encoded><![CDATA[<p><span class="nobr"><a href="http://www.emacswiki.org/cgi-bin/emacs/JohanBockg%c3%a5rd#bojohan" rel="nofollow">Johan Bockgard</a></span>
(from <span class="nobr"><a href="http://emacswiki.org" rel="nofollow">EmacsWiki</a></span>)
<span class="nobr"><a href="http://www.emacswiki.org/cgi-bin/emacs/RyanBarrett" rel="nofollow">describes a similar solution</a></span>:</p>

<p class="paragraph"/>

<blockquote class="quote">
The thing following control can be a symbol or a character. GNU Emacs has no separate character object type and 1 is indistinguishable from C-a as a character.<p class="paragraph"/>    (list 1     (type-of 1))      =&#62;  (1 integer)  the number 1/the char ^A
    (list ?&#67;-a (type-of ?&#67;-a))  =&#62;  (1 integer)  ditto<p class="paragraph"/>    (list &#8216;&#49;   (type-of &#8216;&#49;))    =&#62;  (&#49; symbol)  the symbol 1<p class="paragraph"/>?1 would work too:<p class="paragraph"/>    (list ?1    (type-of ?1))     =&#62;  (49 integer) the number 49/the char 1<p class="paragraph"/>I suggest (global-set-key (kbd &#8220;C-1&#8243;) &#8216;foo), btw.
</blockquote>

<p class="paragraph"/>
]]></content:encoded>
	</item>
</channel>
</rss>

