bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13510: 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved


From: Chong Yidong
Subject: bug#13510: 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users
Date: Sat, 09 Feb 2013 12:41:40 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> This code in `report-emacs-bug' violates the convention set forth in
> (elisp) `Key Binding Conventions', which reserves `C-c' plus a
> letter for users:
>  
> (define-key (current-local-map) "\C-cm"
>      'report-emacs-bug-insert-to-mailer)

This is indeed a mistake.  Since this bug was introduced in Emacs 24.1,
it is a regression against Emacs 23; I went ahead and fixed it in the
emacs-24 branch, with the new binding C-c M-i.





reply via email to

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