help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to bind the keyboard 'C-;'


From: John Paul Wallington
Subject: Re: How to bind the keyboard 'C-;'
Date: Wed, 14 Mar 2007 00:49:34 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.94 (windows-nt)

"Vols" <volunteers@gmail.com> writes:

> I want the keyboard binding 'Control  ;' , for example, I tried:
> (global-set-key  "\C-;" 'kill-this-buffe)

You must avoid the string syntax when binding non-ASCII characters.
(kbd "C-;") and [(control \;)] should work.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]