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

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

bug#3480: marked as done (Grep mode should also bind "q" to quit-window)


From: Emacs bug Tracking System
Subject: bug#3480: marked as done (Grep mode should also bind "q" to quit-window)
Date: Sat, 06 Jun 2009 07:10:05 +0000

Your message dated Sat, 06 Jun 2009 09:01:43 +0200
with message-id <87zlcl26co.fsf@turtle.gmx.de>
and subject line Re: bug#3480: Grep mode should also bind "q" to quit-window
has caused the Emacs bug report #3480,
regarding Grep mode should also bind "q" to quit-window
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3480: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3480
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Grep mode should also bind "q" to quit-window Date: Sat, 06 Jun 2009 04:01:50 +0800
Alas, one must do
(setq
 grep-mode-hook
 (function
  (lambda ()
    (define-key grep-mode-map "q" 'quit-window))))
because it is not the default. Same with compilation-mode-map.



--- End Message ---
--- Begin Message --- Subject: Re: bug#3480: Grep mode should also bind "q" to quit-window Date: Sat, 06 Jun 2009 09:01:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)
On 2009-06-05 22:01 +0200, jidanni@jidanni.org wrote:

> Alas, one must do
> (setq
>  grep-mode-hook
>  (function
>   (lambda ()
>     (define-key grep-mode-map "q" 'quit-window))))
> because it is not the default. Same with compilation-mode-map.

It will be the default in Emacs 23.1.

Since you're reporting many bugs, it would be nice if you could try out
a pretest version of Emacs 23 first.  Precompiled snapshots for Debian
are available at http://emacs.orebokech.com.

Cheers,
       Sven

--- End Message ---

reply via email to

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