emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch] reformat man buffer on the fly for man.el


From: Xue Fuqiao
Subject: Re: [Patch] reformat man buffer on the fly for man.el
Date: Thu, 31 Oct 2013 22:07:50 +0800

On Wed, Oct 30, 2013 at 8:27 PM, Stefan Monnier
<address@hidden> wrote:
>> One question about the following code:
>
>>   (if (fboundp 'start-process)
>>      (start-process ...)
>>     (call-process ...))
>
>> Is it due to once in Emacs history when there is no `start-process' but
>> only `call-process', Can you fill me in?
>
> The FreeDOS build of Emacs doesn't support start-process (because
> FreeDOS doesn't support multiprocessing).

That's true.  Maybe we should add some comments here or to (info
"(elisp) Asynchronous Processes") ?

-- 
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]