From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: How to inhibit version control for a single command. Date: Sat, 23 Aug 2003 12:12:12 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1061633532.484.34.camel@localhost> References: <5x4r0d9ma7.fsf@kfs2.cua.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061645448 1950 80.91.224.253 (23 Aug 2003 13:30:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2003 13:30:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Aug 23 15:30:46 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qYTe-00045U-00 for ; Sat, 23 Aug 2003 15:30:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19qYYI-0004e2-00 for ; Sat, 23 Aug 2003 15:35:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qYSp-00013q-65 for emacs-devel@quimby.gnus.org; Sat, 23 Aug 2003 09:29:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qVS9-00077I-Tx for emacs-devel@gnu.org; Sat, 23 Aug 2003 06:17:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qVQT-0006GZ-Ba for emacs-devel@gnu.org; Sat, 23 Aug 2003 06:15:48 -0400 Original-Received: from [193.113.160.16] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qVNe-0004mE-1K; Sat, 23 Aug 2003 06:12:22 -0400 Original-Received: from [217.235.17.10] (217.235.17.10) by mail.o2.co.uk (7.0.018.1) (authenticated as 01792247376@o2online.de) id 3F25D5D40064036E; Sat, 23 Aug 2003 11:12:13 +0100 Original-To: "Kim F. Storm" , rms@gnu.org In-Reply-To: <5x4r0d9ma7.fsf@kfs2.cua.dk> X-Mailer: Ximian Evolution 1.4.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16103 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16103 On Wed, 2003-08-20 at 02:59, Kim F. Storm wrote: > Now the vc-master-templates variable is obsolete and it's suggested to > use vc-BACKEND-master-templates instead, but then I have to let bind > several variables to accomplish the same effect. I have added documentation to the obsolescence declaration that mentions vc-handled-backends.