emacs-devel
[Top][All Lists]
Advanced

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

Re: Bind C-. in emacs -nw


From: Thierry Volpiatto
Subject: Re: Bind C-. in emacs -nw
Date: Fri, 26 Mar 2010 07:56:41 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

> That's strange, we have 
>     (define-key map "\e[27;5;46~"  [?\C-.])
>
> in xterm.el, so that key should be recognized... 
>
> Can you try removing all your local settings for xterm and see if that
> helps?

Without .xdefaults setting, it does the same.
It print 27;6;46~, but that is only in minibuffer.
(My anything command is run from minibuffer)

If i set the same key in global map from scratch buffer like:

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

when i hit `C-.'  it print "~" (and don't call the command)" .
Same for `C-:' it print "~".
If i bind `C-,' or `C-;' i have C-, or C-; is not defined.

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




reply via email to

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