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: Johan Bockgård
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:10:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Stefan Monnier <address@hidden> writes:

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

    -- (info "(elisp) Key Binding Conventions")


(info-lookup-symbol already has a global binding.)



reply via email to

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