all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3480: Grep mode should also bind "q" to quit-window
@ 2009-06-05 20:01 ` jidanni
  2009-06-06  7:10   ` bug#3480: marked as done (Grep mode should also bind "q" to quit-window) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2009-06-05 20:01 UTC (permalink / raw)
  To: bug-gnu-emacs

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.






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

* bug#3480: marked as done (Grep mode should also bind "q" to quit-window)
  2009-06-05 20:01 ` bug#3480: Grep mode should also bind "q" to quit-window jidanni
@ 2009-06-06  7:10   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-06-06  7:10 UTC (permalink / raw)
  To: Sven Joachim

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]


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

[-- Attachment #2: Type: message/rfc822, Size: 2211 bytes --]

From: jidanni@jidanni.org
To: bug-gnu-emacs@gnu.org
Subject: Grep mode should also bind "q" to quit-window
Date: Sat, 06 Jun 2009 04:01:50 +0800
Message-ID: <873aaemoup.fsf@jidanni.org>

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.



[-- Attachment #3: Type: message/rfc822, Size: 2121 bytes --]

From: Sven Joachim <svenjoac@gmx.de>
To: jidanni@jidanni.org
Cc: 3480-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3480: Grep mode should also bind "q" to quit-window
Date: Sat, 06 Jun 2009 09:01:43 +0200
Message-ID: <87zlcl26co.fsf@turtle.gmx.de>

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

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

end of thread, other threads:[~2009-06-06  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87zlcl26co.fsf@turtle.gmx.de>
2009-06-05 20:01 ` bug#3480: Grep mode should also bind "q" to quit-window jidanni
2009-06-06  7:10   ` bug#3480: marked as done (Grep mode should also bind "q" to quit-window) Emacs bug Tracking System

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.