From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: sh.exe needed to bootstrap on Windows? Date: Tue, 17 Jul 2007 15:13:19 +0200 Message-ID: <86bqebuqa8.fsf@lola.quinscape.zz> References: <469C7621.6000408@gnu.org> <87y7hfry4y.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184678022 29448 80.91.229.12 (17 Jul 2007 13:13:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 13:13:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 15:13:33 2007 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 1IAmrt-0000fJ-B6 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 15:13:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAmrs-00081K-FX for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 09:13:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAmro-00080w-4G for emacs-devel@gnu.org; Tue, 17 Jul 2007 09:13:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAmrk-0007xf-6W for emacs-devel@gnu.org; Tue, 17 Jul 2007 09:13:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAmrj-0007xP-VS for emacs-devel@gnu.org; Tue, 17 Jul 2007 09:13:24 -0400 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAmrj-0004T7-EB for emacs-devel@gnu.org; Tue, 17 Jul 2007 09:13:23 -0400 Original-Received: from quinscape.de (dslnet.212-29-44.ip210.dokom.de [212.29.44.210] (may be forged)) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id PAA04044 for ; Tue, 17 Jul 2007 15:13:14 +0200 X-Delivered-To: Original-Received: (qmail 23287 invoked from network); 17 Jul 2007 13:13:20 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 17 Jul 2007 13:13:20 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 00C7E8FA33; Tue, 17 Jul 2007 15:13:19 +0200 (CEST) In-Reply-To: <87y7hfry4y.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Tue\, 17 Jul 2007 14\:51\:57 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:74982 Archived-At: Thien-Thi Nguyen writes: > () Andreas Schwab > () Tue, 17 Jul 2007 13:45:45 +0200 > > loaddefs.el is not registered with CVS. > > i see in the manual: > > The variable `vc-handled-backends' determines which version > control systems VC should handle. The default value is `(RCS CVS > SVN SCCS Arch MCVS)', so it contains all six version systems that > are currently supported. If you want VC to ignore one or more of > these systems, exclude its name from the list. To disable VC > entirely, set this variable to `nil'. > > maybe autoload processing should let-bind vc-handled-backends to nil? Pretty much everything that is not going to end with a user-visible buffer. For example, with-temp-file. If this was done in general, I would be tempted to let AUCTeX register a pseudo-version control system for its parsing stuff (which looks for a bunch of other files) so that the parsing stuff necessary for the user backend happens only when necessary. But perhaps the latter is a bit too much trickery. -- David Kastrup