From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rob Weir" Newsgroups: gmane.emacs.devel Subject: Re: moving SCCS later in vc-handled-backends Date: Tue, 23 Jun 2009 17:17:23 +1000 Organization: Ertius Message-ID: <87ljnj8lmk.fsf@spiceweasel.omg.com.au> References: <200906230701.n5N71kIi007475@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245741930 24501 80.91.229.12 (23 Jun 2009 07:25:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Jun 2009 07:25:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 23 09:25:27 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 1MJ0Nj-0001G9-8b for ged-emacs-devel@m.gmane.org; Tue, 23 Jun 2009 09:25:27 +0200 Original-Received: from localhost ([127.0.0.1]:35976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ0Ni-0004pA-NZ for ged-emacs-devel@m.gmane.org; Tue, 23 Jun 2009 03:25:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ0Nb-0004kz-IZ for emacs-devel@gnu.org; Tue, 23 Jun 2009 03:25:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ0NW-0004eR-Q8 for emacs-devel@gnu.org; Tue, 23 Jun 2009 03:25:19 -0400 Original-Received: from [199.232.76.173] (port=33403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ0NW-0004e4-I1 for emacs-devel@gnu.org; Tue, 23 Jun 2009 03:25:14 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:50409) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJ0NW-0006a0-2n for emacs-devel@gnu.org; Tue, 23 Jun 2009 03:25:14 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ0NT-0005u8-Tj for emacs-devel@gnu.org; Tue, 23 Jun 2009 03:25:12 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MJ0NL-00038p-76 for emacs-devel@gnu.org; Tue, 23 Jun 2009 07:25:03 +0000 Original-Received: from crumbs.ertius.org ([74.82.3.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Jun 2009 07:25:03 +0000 Original-Received: from rweir by crumbs.ertius.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Jun 2009 07:25:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: crumbs.ertius.org User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) Cancel-Lock: sha1:dhCAKHLgPZs1wRtZn899M1jhc4c= X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111655 Archived-At: On 23 Jun 2009, Dan Nicolaescu wrote: > When opening any version controlled file that is under one of the more > modern VCs, SCCS is tried first. Given that it's not a popular > system, this is pure overhead, so it would be better move it at the > end of vc-handled-backends. Any objection to this change: > > --- vc-hooks.el 23 Jun 2009 06:35:43 -0000 1.278 > +++ vc-hooks.el 23 Jun 2009 06:39:31 -0000 > @@ -60,7 +60,7 @@ interpreted as hostnames." > :type 'regexp > :group 'vc) > > -(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Mtn Arch) > +(defcustom vc-handled-backends '(RCS CVS SVN Bzr Git Hg Mtn SCCS Arch) > ;; RCS, CVS, SVN and SCCS come first because they are per-dir > ;; rather than per-tree. RCS comes first because of the multibackend > ;; support intended to use RCS for local commits (with a remote CVS server). Perhaps update the comment, too (by elaborating or just removing the reference to SCCS coming first)? -- -rob