From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: vc-cvs-global-switches and -f Date: Wed, 22 Jun 2005 00:24:22 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119392630 19559 80.91.229.2 (21 Jun 2005 22:23:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2005 22:23:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 00:23:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dkr9J-0006GL-MN for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 00:23:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkrFo-0001J0-VP for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2005 18:30:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkrEW-0000qT-MF for emacs-devel@gnu.org; Tue, 21 Jun 2005 18:28:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkrEN-0000jG-5P for emacs-devel@gnu.org; Tue, 21 Jun 2005 18:28:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkrEL-0000dM-O2 for emacs-devel@gnu.org; Tue, 21 Jun 2005 18:28:29 -0400 Original-Received: from [64.233.182.194] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkrDJ-00042G-6R for emacs-devel@gnu.org; Tue, 21 Jun 2005 18:27:25 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so86363nfe for ; Tue, 21 Jun 2005 15:24:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ilu+f7iYLsGdvzlV50L7iNST2cmv80FKiTeNdWkg31Ebu9AC2yjb1IB6oxNmyYRcQ/NyfcB3qJFtS/SDp+hjrHyhqUK5iWPwZaE+wCob/nWOGuZt5fiG/k8b/ouUvN+bG6xBOJrHZrcvMCo8CxZaE9udFbG2BIx5NCQAQ53V7/8= Original-Received: by 10.48.4.20 with SMTP id 20mr2373nfd; Tue, 21 Jun 2005 15:24:22 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Tue, 21 Jun 2005 15:24:22 -0700 (PDT) Original-To: Stefan Monnier In-Reply-To: Content-Disposition: inline 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:39255 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39255 On 6/21/05, Stefan Monnier wrote: > I for one would be annoyed to have to re-specify in Emacs the options I'v= e > already set globally in my ~/.cvsrc. You can always set `vc-cvs-global-switches' to nil in your .emacs. The situation I'm trying to fix is precisely the one where the user is not using local configs (i.e., emacs -Q) and there are .cvsrc entries which conflict with Emacs defaults (as it happened with my "diff -u2" and the "-c" default of VC). So my proposed fix does not incommode you, other than forcing you to add an entry to your .emacs file *once*, while the default requires the user to remember doing "M-x set-variable vc-cvs-global-switches RET nil RET" *every time* he starts Emacs without loading .emacs. --=20 /L/e/k/t/u