From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Checking Process Status Date: Tue, 11 Feb 2003 08:35:58 +0200 (IST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3E480FD6.6040303@ihs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044945463 32503 80.91.224.249 (11 Feb 2003 06:37:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2003 06:37:43 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18iU33-0008S7-00 for ; Tue, 11 Feb 2003 07:37:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iU2c-0003d8-0C for gnu-help-gnu-emacs@m.gmane.org; Tue, 11 Feb 2003 01:37:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18iU2H-00034L-00 for help-gnu-emacs@gnu.org; Tue, 11 Feb 2003 01:36:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18iU2E-0002w6-00 for help-gnu-emacs@gnu.org; Tue, 11 Feb 2003 01:36:52 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iU1n-0002Y0-00 for help-gnu-emacs@gnu.org; Tue, 11 Feb 2003 01:36:24 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA26098 for ; Tue, 11 Feb 2003 08:35:58 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3E480FD6.6040303@ihs.com> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6557 On Mon, 10 Feb 2003, Kevin Rodgers wrote: > >>Then force M-x compile to run the command synchronously: > >> > >>(fmakunbound 'start-process) > > > > If I try that here (not with M-x compile), I get the message > > "Multi-processing is not supported for this system" > > (RedHat 8.0 with CVS emacs) > > That is one of the undesirable consequences I alluded to. Might as well be a bug in compile.el: sounds like some of its condition to run the synchronous path are based on system-type, not on start-process being not fboundp. Perhaps this should be reported as a bug.