GNU bug report logs -
#13970
Default key binding in startup.el is wrong
Previous Next
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
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/
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.