emacs-devel
[Top][All Lists]
Advanced

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

Re: grep-mode-map & compilation-minor-mode-map


From: Stefan Monnier
Subject: Re: grep-mode-map & compilation-minor-mode-map
Date: Wed, 07 May 2008 21:53:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> 1. grep.el uses (cons 'keymap compilation-minor-mode-map) instead of
> more "abstract"
> ~  (let ((map (make-sparse-keymap)))
> ~    (set-keymap-parent map compilation-minor-mode-map)
> is there a specific reason for that?

No.

> 2. is it OK to add these to compilation-minor-mode-map?
> ~  (define-key map "g" 'recompile) ; revert
> ~  (define-key map "q" 'quit-window)
> they appear to be rather standard for non-self-insert buffers and rather
> useful as well.

I'm not sure about these bindings.  Currently, other than RET, this
minor-mode map doesn't bind any of the normal editing keys.
Maybe it'd be better to add them to grep only for now,


        Stefan




reply via email to

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