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: Mon, 18 Jan 2010 10:29:00 -0800

If limited to keybindings of the form \C-c <letter>, at least the
following GNU Emacs standard packages seem to be affected (as of 2010/1/12):

1. delphi-mode (progmodes/delphi.el)
        "\C-cu" 'delphi-find-unit

2. semantic-grammar-mode (cedet/semantic/grammar.el)
    "\C-cm" 'semantic-grammar-find-macro-expander

3. modula-2-mode (progmodes/modula2.el)
    A lot. E.g.,
    "\C-cb" 'm2-begin
    "\C-cc" 'm2-case

I didn't check packages that are not included in GNU Emacs.


On Mon, Jan 18, 2010 at 3:56 AM, Richard Stallman <address@hidden> wrote:
   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 ... .

We need to fix those modes.
Can you say which modes they are?


reply via email to

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