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: jidanni <at> jidanni.org
Subject: bug#3480 closed by Sven Joachim <svenjoac <at> gmx.de> (Re: bug#3480:
 Grep mode should also bind "q" to quit-window)
Date: Sat, 06 Jun 2009 07:10:05 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#3480: Grep mode should also bind "q" to quit-window

It has been closed by Sven Joachim <svenjoac <at> gmx.de>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Sven Joachim <svenjoac <at> gmx.de> by
replying to this email.


-- 
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: 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
[Message part 3 (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.



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.