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 01:40:58 +0200 Message-ID: <44EA448A.9010502@student.lu.se> References: <44E5DACB.10608@student.lu.se> <44E6C066.7010008@student.lu.se> <85hd09mao0.fsf@lola.goethe.zz> <44E6C73C.7030302@student.lu.se> <8564gpm8nb.fsf@lola.goethe.zz> <44E6CDA5.3080102@student.lu.se> <33284.128.165.123.18.1156185654.squirrel@webmail.lanl.gov> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156203686 3303 80.91.229.2 (21 Aug 2006 23:41:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Aug 2006 23:41:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 22 01:41:22 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 1GFJOQ-0001i2-Jj for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 01:41:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFJOQ-0000nT-3k for ged-emacs-devel@m.gmane.org; Mon, 21 Aug 2006 19:41:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFJOE-0000nK-H3 for emacs-devel@gnu.org; Mon, 21 Aug 2006 19:41:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFJOC-0000n7-SD for emacs-devel@gnu.org; Mon, 21 Aug 2006 19:41:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFJOC-0000n4-Kv for emacs-devel@gnu.org; Mon, 21 Aug 2006 19:41:04 -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 1GFJVg-0004PP-MZ for emacs-devel@gnu.org; Mon, 21 Aug 2006 19:48:48 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.075) id 44E94C200004AC4C; Tue, 22 Aug 2006 01:41:00 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: herring@lanl.gov In-Reply-To: <33284.128.165.123.18.1156185654.squirrel@webmail.lanl.gov> 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:58670 Archived-At: Stuart D. Herring wrote: >> Yes, but how do you know that the process is async from elisp? Or is >> that maybe just a stupid question .... ;-) >> > > Sorry if the ;-) means you know this, but just in case not: > > You never see a synchronous process from elisp. No elisp is evaluating > while the process runs. So the answer is "all processes are asynchronous" > in the sense of all processes that you ever see. > > Davis > Thanks for your kindness. I think the explanation is a valuable one.