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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: xfq <xfq.free <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#13970: closed (Default key binding in startup.el is wrong)
Date: Sun, 21 Apr 2013 02:57:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 21 Apr 2013 10:51:18 +0800
with message-id <CAAF+z6Hs5ZAp6xpaxB-9bzT-P-tgGQ_vFZvG_m08toQZC04eoQ <at> mail.gmail.com>
and subject line Re: Default key binding in startup.el is wrong
has caused the debbugs.gnu.org bug report #13970,
regarding Default key binding in startup.el is wrong
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
13970: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13970
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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/


[Message part 3 (message/rfc822, inline)]
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/


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.