From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: no way to stop find-grep-dired Date: Mon, 06 Oct 2003 12:41:33 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F81B75D.6060503@yahoo.com> References: <3F819CA2.40606@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065465750 23719 80.91.224.253 (6 Oct 2003 18:42:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 18:42:30 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 20:42:28 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6aJQ-0008LR-00 for ; Mon, 06 Oct 2003 20:42:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6aJ9-00061Q-NU for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Oct 2003 14:42:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6aJ5-0005yc-Qe for bug-gnu-emacs@gnu.org; Mon, 06 Oct 2003 14:42:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6aIZ-0005OY-B2 for bug-gnu-emacs@gnu.org; Mon, 06 Oct 2003 14:42:06 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6aIY-0005NA-Qv for bug-gnu-emacs@gnu.org; Mon, 06 Oct 2003 14:41:34 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A6aIX-0005dc-00 for ; Mon, 06 Oct 2003 20:41:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6aIW-0005dT-00 for ; Mon, 06 Oct 2003 20:41:32 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A6aIW-00068b-00 for ; Mon, 06 Oct 2003 20:41:32 +0200 Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5918 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5918 Kevin Rodgers wrote: > Better yet, a new command to do what you want (what would be a good > local binding -- maybe C-k?): kill-compilation is on `C-c C-k' in compilation-mode, so that seems like a good choice for kill-find-dired. Also, it might be nice to define kill-find-name-dired and kill-find-grep-dired as aliases for kill-find-dired, for people who use find-name-dired and find-grep-dired. -- Kevin Rodgers