Re: keybinding with shift key syntax. C-S-n vs C-N
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

 Up
Re: keybinding with shift key syntax. C-S-n vs C-N         

Group: gnu.emacs.help · Group Profile
Author: Oleksandr Gavenko
Date: Sep 15, 2008 12:44

I try all write. Same behavior
(GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE).

(global-set-key (kbd "M-S-n") 'f1) do not define key binding, but
(global-set-key (kbd "M-n") 'f2) do for both M-n and M-N.

In my research I found that C-h k M-M take line
M-k (_translated_ from M-K) runs the command kill-sentence
while C-h k M-m
M-m runs the command back-to-indentation.
no comments
diggit! del.icio.us! reddit!