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

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

Re: Binding C-'


From: Peter Dyballa
Subject: Re: Binding C-'
Date: Wed, 15 Oct 2008 12:22:18 +0200


Am 15.10.2008 um 01:21 schrieb TongKe Xue:

I can't find C-' with

(global-set-key "\C-'" ...)
or
(global-set-key "\C-\'" ...)

How do I do this?


(global-set-key (kbd "C-'") ...)

C-' is not ANSI, i.e., it does not address an ASCII command character. Could be therefore you need kind of a "translator" via the kbd function.


It also works to set this key binding manually and then to recall the complete command: C-x Esc Esc C-a C-k C-g C-x b .emacs RET C-y C-x C- s ...

--
Greetings

  Pete

Either this man is dead or my watch has stopped.
                                - Groucho Marx







reply via email to

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