From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Option to customize the -m message flag of cvs? Date: Tue, 06 Jan 2009 22:46:10 +0200 Message-ID: References: <49590470.4080306@gmx.at> <49593E94.4030501@gmx.at> <4959CD22.7090306@gmx.at> <495B381F.3010101@gmx.at> <49633914.7060604@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1231274775 14297 80.91.229.12 (6 Jan 2009 20:46:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2009 20:46:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 06 21:47:25 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LKIph-0004iO-5Z for ged-emacs-devel@m.gmane.org; Tue, 06 Jan 2009 21:47:25 +0100 Original-Received: from localhost ([127.0.0.1]:53421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKIoR-0004xX-MA for ged-emacs-devel@m.gmane.org; Tue, 06 Jan 2009 15:46:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKIoN-0004xK-KK for emacs-devel@gnu.org; Tue, 06 Jan 2009 15:46:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKIoN-0004x2-6Y for emacs-devel@gnu.org; Tue, 06 Jan 2009 15:46:03 -0500 Original-Received: from [199.232.76.173] (port=43993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKIoN-0004wx-2s for emacs-devel@gnu.org; Tue, 06 Jan 2009 15:46:03 -0500 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:26554) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKIoM-0005G3-IE for emacs-devel@gnu.org; Tue, 06 Jan 2009 15:46:02 -0500 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KD200700HFUZE00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Tue, 06 Jan 2009 22:46:04 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KD2009AYHORUD00@i-mtaout6.012.net.il>; Tue, 06 Jan 2009 22:46:04 +0200 (IST) In-reply-to: <49633914.7060604@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107656 Archived-At: > Date: Tue, 06 Jan 2009 11:57:24 +0100 > From: martin rudalics > Cc: emacs-devel@gnu.org > > Apparently only Juanma and me are presently using `vc-dir' on Windows. > So if there are no objections I'd like to apply the attached patch. I'd rather we fix vc-dir to not trigger the problem in the free versions of ported CVS. That is, instead of "cvs -f status /." invoke it as "cvs -f status". Then you could toss CVSNT and use the free port again. Could you propose a patch along these lines?