From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Slow start-up on Git trees Date: Wed, 19 Aug 2009 14:11:36 -0700 (PDT) Message-ID: <200908192111.n7JLBaOs001877@godzilla.ics.uci.edu> References: <20090819132341.3f2dddc5@gentoo.org> <200908192056.n7JKu0Bv001763@godzilla.ics.uci.edu> <69640079-B2E8-43FE-9967-D6A4A799F076@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250716449 31634 80.91.229.12 (19 Aug 2009 21:14:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Aug 2009 21:14:09 +0000 (UTC) Cc: emacs@gentoo.org, emacs-devel@gnu.org, Joakim.Tjernlund@transmode.se, Christian Faulhammer To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 19 23:14:00 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 1MdsTn-0001wK-AD for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 23:13:59 +0200 Original-Received: from localhost ([127.0.0.1]:41013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdsTm-00015a-LP for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 17:13:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdsTL-0000qO-N4 for emacs-devel@gnu.org; Wed, 19 Aug 2009 17:13:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdsTG-0000l0-66 for emacs-devel@gnu.org; Wed, 19 Aug 2009 17:13:30 -0400 Original-Received: from [199.232.76.173] (port=32804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdsTG-0000ku-0y for emacs-devel@gnu.org; Wed, 19 Aug 2009 17:13:26 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:63088) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MdsTF-00022y-Hv for emacs-devel@gnu.org; Wed, 19 Aug 2009 17:13:25 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n7JLBbJ8026126; Wed, 19 Aug 2009 14:11:37 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n7JLBaOs001877; Wed, 19 Aug 2009 14:11:36 -0700 (PDT) In-Reply-To: <69640079-B2E8-43FE-9967-D6A4A799F076@gmail.com> (David Reitter's message of "Wed, 19 Aug 2009 17:04:44 -0400") Original-Lines: 15 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n7JLBbJ8026126 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:114417 Archived-At: David Reitter writes: > On Aug 19, 2009, at 4:56 PM, Dan Nicolaescu wrote: > > Is worth it? > > I'd say probably not, the delay only happens the first time of > > accessing > > a file in the git tree. > > > I find the delays very annoying. > > Can this not be called asynchronously? No, this is used to set the VC state for a file, which is needed as soon as a user is able to issue commands.