emacs-devel
[Top][All Lists]
Advanced

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

Re: keybinding to duplicate the current line.


From: Ken Hori
Subject: Re: keybinding to duplicate the current line.
Date: Sun, 17 Jan 2010 07:30:13 -0800


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 <address@hidden> wrote:
2010/1/17 Ken Hori <address@hidden>:
> Oh please...
>
> How about sacrificing one keyseq and make your own keymap like this:
>

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

--
Deniz Dogan


reply via email to

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