From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: slow opening of files in git directories in windows Date: Thu, 27 Oct 2011 12:22:49 +0530 Message-ID: <81lis753jy.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319698399 8689 80.91.229.12 (27 Oct 2011 06:53:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 06:53:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nathaniel Flath Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 08:53:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJJpz-0001TR-8y for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 08:53:15 +0200 Original-Received: from localhost ([::1]:54118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJpy-0001mM-Rr for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 02:53:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJpx-0001mH-De for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:53:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJJpw-0002bJ-CD for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:53:13 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:55821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJpw-0002YH-8O for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:53:12 -0400 Original-Received: by mail-yw0-f41.google.com with SMTP id 17so2782697ywa.0 for ; Wed, 26 Oct 2011 23:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=XLynVbJv30sO2b105TBYoQ7V/EReP5p98dc+vOkk5p8=; b=r8fJOm6oVwG5uu2HBIK0aTruJfIbSLVIpRM42WrSkdW/v9OPaGxCg9r7L3/9oCQJyU CKRxpvdd17nQkBSOcHRF201CRmdm75LCsnWUANS6jJeXoW1MVAVkz+PSs46cI4nOwmsP FCTDDgSb8hAqrYWnHcJUwGLomv74oYsvnvVHg= Original-Received: by 10.68.27.199 with SMTP id v7mr72032429pbg.2.1319698391232; Wed, 26 Oct 2011 23:53:11 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.241.34.6]) by mx.google.com with ESMTPS id d9sm12239200pbb.13.2011.10.26.23.53.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Oct 2011 23:53:09 -0700 (PDT) Mail-Followup-To: Nathaniel Flath , emacs-devel@gnu.org In-Reply-To: (Nathaniel Flath's message of "Wed, 26 Oct 2011 23:39:02 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145634 Archived-At: Nathaniel Flath writes: > I've noticed that opening files in git repositories open fairly > slowly using the latest pretest in windows - sometimes it takes > several seconds, whereas the same file not under a repository opens > instantly. =C2=A0What would be the best way to track this down? I read somewhere that playing around with the below variable - removing unused ones or changing the probe order - will improve things. C-h v vc-handled-backends > > Thanks, > Nathaniel Flath > > --=20