all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding.
       [not found] <E1RIB2J-0000FF-7P@vcs.savannah.gnu.org>
@ 2011-10-25 19:10 ` Johan Bockgård
  2011-10-25 21:29   ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el(inferior-octave-mode-map): " Drew Adams
  2011-10-26  1:00   ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): " Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Bockgård @ 2011-10-25 19:10 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Monnier

Stefan Monnier <monnier@iro.umontreal.ca> 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.)



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

* RE: /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el(inferior-octave-mode-map): Fix C-c C-h binding.
  2011-10-25 19:10 ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding Johan Bockgård
@ 2011-10-25 21:29   ` Drew Adams
  2011-10-26  1:00   ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): " Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2011-10-25 21:29 UTC (permalink / raw)
  To: 'Johan Bockgård', emacs-devel; +Cc: 'Stefan Monnier'

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

1+




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

* Re: /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding.
  2011-10-25 19:10 ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding Johan Bockgård
  2011-10-25 21:29   ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el(inferior-octave-mode-map): " Drew Adams
@ 2011-10-26  1:00   ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2011-10-26  1:00 UTC (permalink / raw)
  To: emacs-devel

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



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

end of thread, other threads:[~2011-10-26  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1RIB2J-0000FF-7P@vcs.savannah.gnu.org>
2011-10-25 19:10 ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding Johan Bockgård
2011-10-25 21:29   ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el(inferior-octave-mode-map): " Drew Adams
2011-10-26  1:00   ` /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): " Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.