From: Xue Fuqiao <xfq.free@gmail.com>
To: 13970@debbugs.gnu.org
Subject: bug#13970: Default key binding in startup.el is wrong
Date: Sat, 16 Mar 2013 08:10:59 +0800 [thread overview]
Message-ID: <20130316081059.9ac9c0e2c220fa819c498c38@gmail.com> (raw)
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@gnu.org-20130309202227-7xolc8f5fagp712b
--
Xue Fuqiao
http://www.gnu.org/software/emacs/
next reply other threads:[~2013-03-16 0:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-16 0:10 Xue Fuqiao [this message]
2013-04-21 2:51 ` bug#13970: Default key binding in startup.el is wrong xfq
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130316081059.9ac9c0e2c220fa819c498c38@gmail.com \
--to=xfq.free@gmail.com \
--cc=13970@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).