C-c prefix is supposed to be "reserved" for end-users.
But the sad reality is that more than several major-modes
break the convention by overriding C-c ... . So I no longer
use C-c prefix and instead define my own keymap.
It is more secure, at least probabilistically speaking.

Actually, I even append a hook to after-change-major-mode-hook so that
important local keybindings will never be taken by a major mode.


On Sun, Jan 17, 2010 at 7:18 AM, Deniz Dogan <deniz.a.m.dogan@gmail.com> wrote:
2010/1/17 Ken Hori <fplemma@gmail.com>:
> Oh please...
>
> How about sacrificing one keyseq and make your own keymap like this:
>

Or just use "C-c <one letter>".

--
Deniz Dogan