GNU bug report logs - #13970
Default key binding in startup.el is wrong

Previous Next

Package: emacs;

Reported by: Xue Fuqiao <xfq.free <at> gmail.com>

Date: Sat, 16 Mar 2013 00:13:02 UTC

Severity: normal

Done: xfq <xfq.free <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13970 in the body.
You can then email your comments to 13970 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13970; Package emacs. (Sat, 16 Mar 2013 00:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xue Fuqiao <xfq.free <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 16 Mar 2013 00:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xue Fuqiao <xfq.free <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Default key binding in startup.el is wrong
Date: Sat, 16 Mar 2013 08:10:59 +0800
In startup.el:

  (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
  	   (eq (key-binding "\C-h\C-d") 'describe-distribution)
  	   (eq (key-binding "\C-h\C-w") 'describe-no-warranty))
        (progn
[...]
  	(insert ".
  Type C-h C-d for information on ")
  	(insert-button "getting the latest version"
  		       'action (lambda (_button) (describe-distribution))
  		       'follow-link t)
  	(insert ".")))

But the default key binding for `describe-distribution' has been moved to
`C-h C-o' since this commit:

  http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4f174b9537a9879fd0c2026881254ccb07199ac6

In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.0)
 of 2013-03-10 on Emacs
Bzr revision: 111984 rgm <at> gnu.org-20130309202227-7xolc8f5fagp712b

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/




Reply sent to xfq <xfq.free <at> gmail.com>:
You have taken responsibility. (Sun, 21 Apr 2013 02:57:02 GMT) Full text and rfc822 format available.

Notification sent to Xue Fuqiao <xfq.free <at> gmail.com>:
bug acknowledged by developer. (Sun, 21 Apr 2013 02:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 13970-done <at> debbugs.gnu.org (full text, mbox):

From: xfq <xfq.free <at> gmail.com>
To: 13970-done <at> debbugs.gnu.org
Subject: Re: Default key binding in startup.el is wrong
Date: Sun, 21 Apr 2013 10:51:18 +0800
Fixed.

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 May 2013 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.