From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: BZR and the bootstrap Date: Tue, 10 Aug 2010 02:19:01 -0400 Message-ID: References: <4C5D8EB2.7090601@alice.it> <83zkwwv6k6.fsf@gnu.org> <87k4nzh8tq.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1281421157 24092 80.91.229.12 (10 Aug 2010 06:19:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 06:19:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 10 08:19:16 2010 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.69) (envelope-from ) id 1OiiB9-00018X-4c for ged-emacs-devel@m.gmane.org; Tue, 10 Aug 2010 08:19:16 +0200 Original-Received: from localhost ([127.0.0.1]:36374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiiB6-0003pX-7i for ged-emacs-devel@m.gmane.org; Tue, 10 Aug 2010 02:19:12 -0400 Original-Received: from [199.232.76.173] (port=41294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiiAx-0003pO-7I for emacs-devel@gnu.org; Tue, 10 Aug 2010 02:19:03 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OiiAw-0004Jf-8z for emacs-devel@gnu.org; Tue, 10 Aug 2010 02:19:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51564) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OiiAw-0004Ja-3c for emacs-devel@gnu.org; Tue, 10 Aug 2010 02:19:02 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OiiAv-0002uy-N3 for emacs-devel@gnu.org; Tue, 10 Aug 2010 02:19:01 -0400 In-reply-to: <87k4nzh8tq.fsf@gnu.org> (message from =?utf-8?Q?Johan_Bockg=C3=A5rd?= on Mon, 09 Aug 2010 21:42:09 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:128526 Archived-At: > From: Johan Bockgård > Date: Mon, 09 Aug 2010 21:42:09 +0200 > > Eli Zaretskii writes: > > >> Date: Sat, 07 Aug 2010 18:49:54 +0200 > >> From: Angelo Graziosi > >> > >> Now I have noticed, when my internet connection is on (1), that BZR is > >> called during the bootstrap. This is flagged both by 'top' and the modem > >> lights. > >> > >> Why BZR is called? What is it doing? > > > > Probably because Emacs calls VC every time it needs to visit a file > > that is in a versioned directory. > > But shouldn't bootstrap avoid visiting files? Why should it? And how can it, if it must produce loaddefs.el, finder-inf.el, etc.?