Sure, I'm newbie to Emacs and I've been trying to figure this one out for a little while now.
I got the following key binding in my .emacs file:
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
When I press the keys:
Ctrl+c release then Ctrl+Shift+< ,
Emacs tells me
C-c < is undefined
If I do it without the Shift:
Ctrl+c release then Ctrl+< ,
Emacs tells me
C-c ,-
I'm kind of confused, but it seems that when I press Shift the Ctrl key gets reset. Like if pressing Shift would null the effect of the Ctrl key.
Question is then; how do I press the "C-c C-<"
key binding? And an explanation and what I'm doing wrong would be nice.
System information:
GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.12) of 2015-04-17 on buildvm-04.phx2.fedoraproject.org
Running on the terminal; emacs -nw
on GNOME Terminal 3.14.3