emacs-devel
[Top][All Lists]
Advanced

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

Bind C-. in emacs -nw


From: Thierry Volpiatto
Subject: Bind C-. in emacs -nw
Date: Thu, 25 Mar 2010 15:59:13 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Hi,
i am unable to bind something to `C-.' in emacs -nw.
It seem the "C" of Control is not read, it print only "." like
self-insert-command.

If i bind `C-l' for example no problem.

So:

(global-set-key (kbd "C-.") 'foo) ==> fail
(global-set-key (kbd "C-;") 'foo) ==> fail
(global-set-key (kbd "C-l") 'foo) ==> OK

Is it a bug or i misunderstand something?

-- 
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/






reply via email to

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