GNU bug report logs - #3480
Grep mode should also bind "q" to quit-window

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Sat, 6 Jun 2009 05:25:07 UTC

Severity: normal

Done: Sven Joachim <svenjoac <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Sven Joachim <svenjoac <at> gmx.de>
Subject: bug#3480: marked as done (Grep mode should also bind "q" to
 quit-window)
Date: Sat, 06 Jun 2009 07:10:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 06 Jun 2009 09:01:43 +0200
with message-id <87zlcl26co.fsf <at> 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 help-debbugs <at> gnu.org
immediately.)


-- 
3480: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3480
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
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.


[Message part 3 (message/rfc822, inline)]
From: Sven Joachim <svenjoac <at> gmx.de>
To: jidanni <at> jidanni.org
Cc: 3480-done <at> debbugs.gnu.org
Subject: Re: bug#3480: Grep mode should also bind "q" to quit-window
Date: Sat, 06 Jun 2009 09:01:43 +0200
On 2009-06-05 22:01 +0200, jidanni <at> 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

This bug report was last modified 16 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.