From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: [F.J.Wright@qmul.ac.uk: rcs2log] Date: Tue, 29 Oct 2002 22:47:23 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <2593-Tue29Oct2002224722+0200-eliz@is.elta.co.il> References: <20021029112745.A09D.LEKTU@terra.es> <200210291447.g9TElaS15818@rum.cs.yale.edu> <20021029160458.A0AA.LEKTU@terra.es> <200210291519.g9TFJKS16350@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035924906 32610 80.91.224.249 (29 Oct 2002 20:55:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 20:55:06 +0000 (UTC) Cc: F.J.Wright@qmul.ac.uk, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186dO6-0008Sz-00 for ; Tue, 29 Oct 2002 21:54:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186dSs-0006i6-00 for ; Tue, 29 Oct 2002 21:59:54 +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 186dH1-0003n0-00; Tue, 29 Oct 2002 15:47:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186dFt-00039j-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:46:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186dFq-00036r-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:46:28 -0500 Original-Received: from heimdall.inter.net.il ([192.114.186.17]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186dFq-00033a-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:46:26 -0500 Original-Received: from zaretsky ([80.230.194.201]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BXF14358; Tue, 29 Oct 2002 22:45:49 +0200 (IST) Original-To: monnier+gnu/emacs@rum.cs.yale.edu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200210291519.g9TFJKS16350@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:8934 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8934 > 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.