unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13970: Default key binding in startup.el is wrong
@ 2013-03-16  0:10 Xue Fuqiao
  2013-04-21  2:51 ` xfq
  0 siblings, 1 reply; 2+ messages in thread
From: Xue Fuqiao @ 2013-03-16  0:10 UTC (permalink / raw)
  To: 13970

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/





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#13970: Default key binding in startup.el is wrong
  2013-03-16  0:10 bug#13970: Default key binding in startup.el is wrong Xue Fuqiao
@ 2013-04-21  2:51 ` xfq
  0 siblings, 0 replies; 2+ messages in thread
From: xfq @ 2013-04-21  2:51 UTC (permalink / raw)
  To: 13970-done

Fixed.

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-21  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-16  0:10 bug#13970: Default key binding in startup.el is wrong Xue Fuqiao
2013-04-21  2:51 ` xfq

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).