From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dr Francis J. Wright" Newsgroups: gmane.emacs.devel Subject: Re: [F.J.Wright@qmul.ac.uk: rcs2log] Date: Wed, 30 Oct 2002 10:29:04 -0000 Organization: Mathematical Sciences, Queen Mary, University of London Sender: emacs-devel-admin@gnu.org Message-ID: <001c01c27fff$3df26900$3a50258a@maths.qmul.ac.uk> References: <20021029112745.A09D.LEKTU@terra.es> <200210291447.g9TElaS15818@rum.cs.yale.edu> <20021029160458.A0AA.LEKTU@terra.es> <200210291519.g9TFJKS16350@rum.cs.yale.edu> <2593-Tue29Oct2002224722+0200-eliz@is.elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035973998 27878 80.91.224.249 (30 Oct 2002 10:33:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 10:33:18 +0000 (UTC) Cc: Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186qA0-0007FW-00 for ; Wed, 30 Oct 2002 11:33:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186qF3-00080O-00 for ; Wed, 30 Oct 2002 11:38:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186q79-0007I5-00; Wed, 30 Oct 2002 05:30:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186q6I-00061H-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 05:29:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186q6E-0005xE-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 05:29:25 -0500 Original-Received: from zeta.qmw.ac.uk ([138.37.6.6]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186q6E-0005uf-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 05:29:22 -0500 Original-Received: from dirac.maths.qmw.ac.uk ([138.37.80.10] ident=root) by zeta.qmw.ac.uk with esmtp (Exim 3.32 #1) id 186q67-0003BG-00; Wed, 30 Oct 2002 10:29:15 +0000 Original-Received: from centaur (centaur.maths.qmw.ac.uk [138.37.80.58]) by dirac.maths.qmw.ac.uk (8.9.3/8.9.3/Maths Hub 3.0) with SMTP id KAA01679; Wed, 30 Oct 2002 10:29:10 GMT Original-To: "Eli Zaretskii" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8942 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8942 From: "Eli Zaretskii" To: Cc: ; Sent: Tuesday, October 29, 2002 7:47 PM Subject: Re: [F.J.Wright@qmul.ac.uk: rcs2log] > > From: "Stefan Monnier" > > Date: Tue, 29 Oct 2002 10:19:20 -0500 > > > > the problem that (call-process "rcs2log" ...) doesn't work > > under W32 because rcs2log happens to be an sh script. > > Perhaps we should fix the Windows version of call-process so that it > could run shell scripts automatically. The DJGPP (a.k.a. DOS) port, > for example, already does that. That might be a good idea, especially if the necessary code is essentially already there in the DJGPP port. But it wouldn't solve the path problem unless it also tweaked the path. Francis