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

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

[debbugs-tracker] bug#13510: closed (24.3.50; `report-emacs-bug' binds `


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13510: closed (24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users)
Date: Sat, 09 Feb 2013 04:43:02 +0000

Your message dated Sat, 09 Feb 2013 12:41:40 +0800
with message-id <address@hidden>
and subject line Re: bug#13510: 24.3.50; `report-emacs-bug' binds `C-c m', 
which is reserved for users
has caused the debbugs.gnu.org bug report #13510,
regarding 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13510: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13510
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users Date: Sun, 20 Jan 2013 14:56:22 -0800
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)
 
Hard to believe this happened.  New key bindings, especially in longstanding,
core Emacs modes, should be reviewed before a
release.  The bug was introduced in Emacs 24.1.

The doc is unequivocal about this:
 
  Don't define `C-c LETTER' as a key in Lisp programs.  Sequences
  consisting of `C-c' and a letter (either upper or lower case) are
  reserved for users; they are the *only* sequences reserved for
  users, so do not block them.
 
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2013-01-18 on ODIEONE
Bzr revision: 111548 address@hidden
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'




--- End Message ---
--- Begin Message --- Subject: Re: 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" <address@hidden> 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.


--- End Message ---

reply via email to

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