From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: gnuplot vs. emacs' compile command Date: Tue, 27 May 2003 08:45:10 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054040082 9454 80.91.224.249 (27 May 2003 12:54:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 May 2003 12:54:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 27 14:54:40 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19KdyS-0002SA-00 for ; Tue, 27 May 2003 14:54:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19KeC9-0000bX-00 for ; Tue, 27 May 2003 15:08:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kdt7-0001QB-TX for emacs-devel@quimby.gnus.org; Tue, 27 May 2003 08:49:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19KdrJ-0000U8-Jl for emacs-devel@gnu.org; Tue, 27 May 2003 08:47:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Kdqd-00008m-5k for emacs-devel@gnu.org; Tue, 27 May 2003 08:46:35 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KdpK-0008Bo-6f for emacs-devel@gnu.org; Tue, 27 May 2003 08:45:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19KdpG-00071R-DP; Tue, 27 May 2003 08:45:10 -0400 Original-To: Hans-Bernhard Broeker In-reply-to: +0200 (MET DST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14315 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14315 What I'm less sure about is whether the wait loop for this subshell should affect all the rest of Emacs, too. What alternative do you have in mind? We're talking about a synchronous subprocess, which means that Emacs waits for it to finish.