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:50:05 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <9743-Tue29Oct2002225005+0200-eliz@is.elta.co.il> References: <20021029160458.A0AA.LEKTU@terra.es> <200210291519.g9TFJKS16350@rum.cs.yale.edu> <20021029163545.A0B0.LEKTU@terra.es> <200210291543.g9TFhiF16549@rum.cs.yale.edu> <00dc01c27f6d$9932eed0$3a50258a@maths.qmul.ac.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035924808 32193 80.91.224.249 (29 Oct 2002 20:53:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 20:53:28 +0000 (UTC) Cc: 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 186dMX-0008Lx-00 for ; Tue, 29 Oct 2002 21:53:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186dRJ-0006hs-00 for ; Tue, 29 Oct 2002 21:58:17 +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 186dJa-0004JY-00; Tue, 29 Oct 2002 15:50:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186dIY-000454-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:49:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186dIW-00044r-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:49:13 -0500 Original-Received: from freya.inter.net.il ([192.114.186.14]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186dIW-00044g-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:49:12 -0500 Original-Received: from zaretsky ([80.230.194.201]) by freya.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BXF09711; Tue, 29 Oct 2002 22:48:31 +0200 (IST) Original-To: F.J.Wright@qmul.ac.uk X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <00dc01c27f6d$9932eed0$3a50258a@maths.qmul.ac.uk> (F.J.Wright@qmul.ac.uk) 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:8933 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8933 > From: "Dr Francis J. Wright" > Date: Tue, 29 Oct 2002 17:06:27 -0000 > > One is Eli's suggestion, namely a more sophisticated replacement for my > rcs2log.bat file that deduces the correct search path to use for sort. > Clearly this should not use any non-standard Windows technology other than > what is necessary anyway to run rcs2log. None is needed. You can iterate thru PATH with a FOR builtin, for example.