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: Wed, 28 May 2003 09:55:31 -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 1054130401 4729 80.91.224.249 (28 May 2003 14:00:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 14:00:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 16:00:00 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 19L1TD-0001E5-00 for ; Wed, 28 May 2003 15:59:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19L1hQ-0007Bi-00 for ; Wed, 28 May 2003 16:14:40 +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 19L1UO-0004dp-TD for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 10:01:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19L1SE-0003nV-FB for emacs-devel@gnu.org; Wed, 28 May 2003 09:58:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19L1S2-0003hR-9m for emacs-devel@gnu.org; Wed, 28 May 2003 09:58:46 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19L1Oz-0002hY-2o for emacs-devel@gnu.org; Wed, 28 May 2003 09:55:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19L1Ot-0002LB-Sb; Wed, 28 May 2003 09:55:31 -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:14373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14373 > We're talking about a synchronous subprocess, which means that Emacs > waits for it to finish. Hmmm... some imaginary demon keeps shouting "multithreading!" in my ear, but I have no idea whether that's even remotely feasible. Emacs already supports asynchronous subprocesses, but this is a synchronous one, which is a different feature.