From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: no way to stop find-grep-dired Date: Sat, 04 Oct 2003 07:23:42 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87lls1gb29.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065226014 2104 80.91.224.253 (4 Oct 2003 00:06:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2003 00:06:54 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 04 02:06:52 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 1A5Zwh-0003fR-01 for ; Sat, 04 Oct 2003 02:06:52 +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 1A5Zwa-0008S3-1U for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Oct 2003 20:06:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5Zrv-0006Ml-6n for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2003 20:01:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5ZrK-00068F-Lm for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2003 20:01:49 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A5ZrJ-00066o-3X for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2003 20:01:17 -0400 Original-Received: from tc218-187-82-61.2-7.pl.apol.com.tw ([218.187.82.61]:33783 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.24 #0) id 1A5Zr9-000Leu-TG by authid with plain for ; Sat, 04 Oct 2003 05:31:15 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.22) id 1A5ZGw-0005OR-Ip for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2003 07:23:42 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) 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:5908 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5908 find-grep-dired's docstring should say how to interrupt it. Apparently one does a kill-buffer, which takes with it all its output so far.