emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13970: closed (Default key binding in startup.el i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13970: closed (Default key binding in startup.el is wrong)
Date: Sun, 21 Apr 2013 02:57:02 +0000

Your message dated Sun, 21 Apr 2013 10:51:18 +0800
with message-id <address@hidden>
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
address@hidden)


-- 
13970: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13970
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 address@hidden

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



--- End Message ---
--- Begin Message --- 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/


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]