From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: How to stop find-grep-dired? Date: Mon, 21 Aug 2006 23:09:26 -0400 Message-ID: References: <44E5DACB.10608@student.lu.se> <44E6C066.7010008@student.lu.se> <44E979A0.7070303@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1156216233 31900 80.91.229.2 (22 Aug 2006 03:10:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 03:10:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 22 05:10:32 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFMef-0006pq-8a for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 05:10:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFMee-0001ay-IT for ged-emacs-devel@m.gmane.org; Mon, 21 Aug 2006 23:10:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFMds-0000wa-Ro for emacs-devel@gnu.org; Mon, 21 Aug 2006 23:09:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFMdr-0000vX-Tl for emacs-devel@gnu.org; Mon, 21 Aug 2006 23:09:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFMdr-0000vJ-Mi for emacs-devel@gnu.org; Mon, 21 Aug 2006 23:09:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GFMlN-0006u8-UQ for emacs-devel@gnu.org; Mon, 21 Aug 2006 23:17:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GFMdq-0003hg-G4; Mon, 21 Aug 2006 23:09:26 -0400 Original-To: Lennart Borgman In-reply-to: <44E979A0.7070303@student.lu.se> (message from Lennart Borgman on Mon, 21 Aug 2006 11:15:12 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58678 Archived-At: > Does M-x kill-grep kill the process for find-grep-dired? > If not, I think we should make it work. > kill-find does, but kill-grep is not defined after just find-grep-dired. We could certainly have a single kill command to kill the process outputting into the current buffer.