From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: BZR and the bootstrap Date: Mon, 09 Aug 2010 21:42:09 +0200 Message-ID: <87k4nzh8tq.fsf@gnu.org> References: <4C5D8EB2.7090601@alice.it> <83zkwwv6k6.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281382962 27435 80.91.229.12 (9 Aug 2010 19:42:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 19:42:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 21:42:41 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 1OiYF5-0003Rb-Lk for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 21:42:40 +0200 Original-Received: from localhost ([127.0.0.1]:33405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiYEy-0005Gb-VR for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 15:42:32 -0400 Original-Received: from [140.186.70.92] (port=54730 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiYEn-0005Co-9n for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:42:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiYEf-00025D-Iw for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:42:14 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:38177) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiYEf-000255-BU for emacs-devel@gnu.org; Mon, 09 Aug 2010 15:42:13 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 08712EB461 for ; Mon, 9 Aug 2010 21:42:11 +0200 (CEST) X-SENDER-IP: [85.228.192.242] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au46AKv2X0xV5MDyPGdsb2JhbACHZ4t1jHMMAQEBATUtxDmFOgQ X-IronPort-AV: E=Sophos;i="4.55,344,1278280800"; d="scan'208";a="117276397" Original-Received: from c-f2c0e455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.192.242]) by ipb1.telenor.se with ESMTP; 09 Aug 2010 21:42:11 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 9E1226AC0EF; Mon, 9 Aug 2010 21:42:10 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <83zkwwv6k6.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 09 Aug 2010 05:55:05 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:128505 Archived-At: 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? find-file(-noselect) is called by update-directory-autoloads autoload-find-destination custom-make-dependencies finder-compile-keywords miscdic-convert quail-update-leim-list-file (28 calls made during bootstrap).