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:39:53 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <7458-Tue29Oct2002223952+0200-eliz@is.elta.co.il> References: <20021028175824.9CEF.LEKTU@terra.es> <20021029082806.A079.LEKTU@terra.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035924784 31965 80.91.224.249 (29 Oct 2002 20:53:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 20:53:04 +0000 (UTC) Cc: emacs-devel@gnu.org, F.J.Wright@qmul.ac.uk Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186dA1-0007eg-00 for ; Tue, 29 Oct 2002 21:40:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186dEn-0006U1-00 for ; Tue, 29 Oct 2002 21:45:21 +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 186d8x-0004IH-00; Tue, 29 Oct 2002 15:39:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186d89-0003Yl-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:38:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186d85-0003Om-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:38:28 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186d84-0003Ka-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:38:24 -0500 Original-Received: from zaretsky ([80.230.194.201]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BXA10905; Tue, 29 Oct 2002 22:38:19 +0200 (IST) Original-To: lektu@terra.es X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20021029082806.A079.LEKTU@terra.es> (message from Juanma Barranquero on Tue, 29 Oct 2002 08:30:00 +0100) 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:8930 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8930 > Date: Tue, 29 Oct 2002 08:30:00 +0100 > From: Juanma Barranquero > > > 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. > > That kind of thing strikes me as being fragile. Why is it fragile? > Wouldn't it be easier to have a configuration variable > (`cvs-sort-program' or something) and have the user configure it if > needed? This would require users to customize the variable. Without a proper customization, the relevant feature will be broken. So it's IMHO better to find the right `sort' automatically.