From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: [Patch] reformat man buffer on the fly for man.el Date: Thu, 31 Oct 2013 22:07:50 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1383228487 6992 80.91.229.3 (31 Oct 2013 14:08:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 14:08:07 +0000 (UTC) Cc: emacs-devel , Darren Hoo To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 31 15:08:11 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vbsur-0007zr-IO for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 15:08:05 +0100 Original-Received: from localhost ([::1]:57266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbsuq-0005G1-KU for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 10:08:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbsuj-0005Fu-Fa for emacs-devel@gnu.org; Thu, 31 Oct 2013 10:08:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbsud-0006IC-96 for emacs-devel@gnu.org; Thu, 31 Oct 2013 10:07:57 -0400 Original-Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:37387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbsud-0006I8-3P for emacs-devel@gnu.org; Thu, 31 Oct 2013 10:07:51 -0400 Original-Received: by mail-ie0-f181.google.com with SMTP id ar20so4891788iec.26 for ; Thu, 31 Oct 2013 07:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+0vvwgK2vU0tBsEcUk8emQRWavPlccOuGLlnrLX2Mzg=; b=UK6V9WqiyamHbODxuTFCqefuJDfl/+l85fAUMUn+HaWAURu6ZCoSwJ21eGyDlFn9FQ Bb+jAoA8Kj0ekgI/gaSuqmRpV0k1LOBvcn9ZqsgR4UpimY1azeX/F3fcOGytlj2IOeMe 4twwnZTcTfzqxbUee4QW6BKYxQMII2L7fFW6ZHaHzBLEiAQEpsOzioG4S5GkIOnD189R 6qw90SEGKRxRcncwknq+jAqZbUjN92sGM9Dls82aHJh8DtzF8GdB7BgtZcKb5yKaMKT3 UZqpfIoQnRTEWeeYBtzQ5RTX088FsMdP/PTTJsRfINabKgvE+yVTPzk9MDHpdkVKryZS 91aA== X-Received: by 10.50.39.51 with SMTP id m19mr6807121igk.51.1383228470643; Thu, 31 Oct 2013 07:07:50 -0700 (PDT) Original-Received: by 10.42.119.18 with HTTP; Thu, 31 Oct 2013 07:07:50 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164729 Archived-At: On Wed, Oct 30, 2013 at 8:27 PM, Stefan Monnier 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/