emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferi


From: Stefan Monnier
Subject: Re: /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding.
Date: Tue, 25 Oct 2011 21:00:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

>> -    (define-key map "\C-c\C-h" 'octave-help)
>> +    (define-key map "\C-c\C-h" 'info-lookup-symbol)

> I think the C-c C-h binding should be removed instead.

>     * Don't bind `C-h' following any prefix character (including `C-c').
>       If you don't bind `C-h', it is automatically available as a help
>       character for listing the subcommands of the prefix character.

You're right.  But it's been that way "for ever", so there's no hurry to
fix it.  Let's keep it for Emacs-24.2.


        Stefan



reply via email to

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