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 08:03:17 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021028175824.9CEF.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035871423 18157 80.91.224.249 (29 Oct 2002 06:03:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 06:03:43 +0000 (UTC) Cc: emacs-devel@gnu.org, "Dr Francis J. Wright" Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186PTa-0004ih-00 for ; Tue, 29 Oct 2002 07:03:42 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186PY3-0003oX-00 for ; Tue, 29 Oct 2002 07:08:19 +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 186PU8-0002uS-00; Tue, 29 Oct 2002 01:04:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186PTD-0001eG-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 01:03:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186PTB-0001dk-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 01:03:18 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186PT9-0001X2-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 01:03:16 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA21848; Tue, 29 Oct 2002 08:03:17 +0200 (IST) X-Sender: eliz@is Original-To: Juanma Barranquero In-Reply-To: <20021028175824.9CEF.LEKTU@terra.es> 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:8872 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8872 On Mon, 28 Oct 2002, Juanma Barranquero wrote: > I don't entirely like, though, the requeriment that the unix-compatible > sort be found on the PATH before any system one... I like to put > c:\bin\cygwin\bin, c:\bin\mingw\bin and the like *after* > c:\winnt\system32, c:\winnt, etc. and wouldn't like to be forced to > change that just to use rcs2log... You could write a small script fragment that would walk PATH, look for a version of `sort' that understood some specific option (e.g., --help), and invoke that one explicitly, or barf if not found.