From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: How to stop find-grep-dired? Date: Tue, 22 Aug 2006 09:21:12 +0200 Message-ID: <44EAB068.1030806@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156231311 3699 80.91.229.2 (22 Aug 2006 07:21:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 07:21:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 22 09:21:50 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 1GFQZy-0005sY-Tq for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 09:21:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFQZy-0003jw-7O for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 03:21:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFQZh-0003el-L7 for emacs-devel@gnu.org; Tue, 22 Aug 2006 03:21:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFQZf-0003ay-R2 for emacs-devel@gnu.org; Tue, 22 Aug 2006 03:21:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFQZf-0003aq-Ib for emacs-devel@gnu.org; Tue, 22 Aug 2006 03:21:23 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GFQhE-0001MD-3h for emacs-devel@gnu.org; Tue, 22 Aug 2006 03:29:12 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.075) id 44E94C2000059305; Tue, 22 Aug 2006 09:21:13 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: Drew Adams In-Reply-To: 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:58691 Archived-At: Drew Adams wrote: > > I suggest to use C-x C-g to kill the buffer's associated > > process (any, not just grep) like this: > > > > No good; typing C-g after C-x is the way to cancel the C-x. > > "C-c C-k" ? > > C-c because it is mode specific, C-k as a mnemonic for kill. > > I wonder if we really need a key binding for this. Is it something people > will do often? Wouldn't using M-x suffice? > If the subprocess is using much CPU it can take quite a while before the M-x prompt appear.