From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: split up process.c [was: Re: Changes in process.c] Date: Thu, 08 Jul 2010 19:05:29 -0400 Message-ID: References: <83d3ux7ris.fsf@gnu.org> <83lj9lbtka.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278630343 31052 80.91.229.12 (8 Jul 2010 23:05:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2010 23:05:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 09 01:05:41 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OX09w-000761-OI for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 01:05:37 +0200 Original-Received: from localhost ([127.0.0.1]:35094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX09w-0000dj-63 for ged-emacs-devel@m.gmane.org; Thu, 08 Jul 2010 19:05:36 -0400 Original-Received: from [199.232.76.173] (port=34222 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX09r-0000dY-GL for emacs-devel@gnu.org; Thu, 08 Jul 2010 19:05:31 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OX09q-0005To-99 for emacs-devel@gnu.org; Thu, 08 Jul 2010 19:05:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39061) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OX09q-0005Tk-2d for emacs-devel@gnu.org; Thu, 08 Jul 2010 19:05:30 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX09p-0007sW-SY; Thu, 08 Jul 2010 19:05:29 -0400 In-Reply-To: <83lj9lbtka.fsf@gnu.org> (Eli Zaretskii's message of "Thu\, 08 Jul 2010 23\:35\:33 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126924 Archived-At: Eli Zaretskii writes: >> Cc: emacs-devel@gnu.org >> From: Dan Nicolaescu >> Date: Thu, 08 Jul 2010 14:52:39 -0400 >> >> Why don't we split the part for supporting MS-DOS into a different >> file: process-no-subprocesses.c (or some better name) >> >> That makes the file easier to read, less clunky, and problems easier >> to catch with a simple grep. > > It will still leave two implementations of the same code. That's better than what we currently have. There's already a precedent for multiple implementations for the same function: all of x_*