unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* moving SCCS later in vc-handled-backends
@ 2009-06-23  7:01 Dan Nicolaescu
  2009-06-23  7:17 ` Rob Weir
  2009-06-23  8:31 ` Stephen J. Turnbull
  0 siblings, 2 replies; 13+ messages in thread
From: Dan Nicolaescu @ 2009-06-23  7:01 UTC (permalink / raw)
  To: emacs-devel


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).




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-06-24 22:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23  7:01 moving SCCS later in vc-handled-backends Dan Nicolaescu
2009-06-23  7:17 ` Rob Weir
2009-06-23  8:31 ` Stephen J. Turnbull
2009-06-23 14:06   ` Chong Yidong
2009-06-23 18:44     ` Stephen J. Turnbull
2009-06-23 19:09       ` Dan Nicolaescu
2009-06-24  5:59         ` Stephen J. Turnbull
2009-06-24  6:18           ` Jason Rumney
2009-06-24  6:52           ` Dan Nicolaescu
2009-06-24  7:51             ` tomas
2009-06-24 14:58               ` Dan Nicolaescu
2009-06-24 22:46             ` Stephen J. Turnbull
2009-06-24 21:41   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).