From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolai Weibull Newsgroups: gmane.emacs.devel Subject: Re: slow opening of files in git directories in windows Date: Thu, 27 Oct 2011 09:21:12 +0200 Message-ID: References: <81lis753jy.fsf@gmail.com> 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 1319700081 18878 80.91.229.12 (27 Oct 2011 07:21:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 07:21:21 +0000 (UTC) To: Nathaniel Flath , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 09:21:17 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 1RJKH7-0001sM-JR for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 09:21:17 +0200 Original-Received: from localhost ([::1]:50041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJKH7-0005WO-2D for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 03:21:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJKH5-0005WJ-8f for emacs-devel@gnu.org; Thu, 27 Oct 2011 03:21:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJKH4-0007YT-6G for emacs-devel@gnu.org; Thu, 27 Oct 2011 03:21:15 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:50526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJKH4-0007YP-40 for emacs-devel@gnu.org; Thu, 27 Oct 2011 03:21:14 -0400 Original-Received: by qadc11 with SMTP id c11so2736987qad.0 for ; Thu, 27 Oct 2011 00:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JlSu6QrEyoPPz5vyRHHo91V5Q1EJlqQQ4YsYYZtBRDU=; b=JKwccLZTn0UL0HukIi+XrRLSgDq3wjgdRRuuaIK5EMIgPKRbWSb2wBDk+vEmN9YqeW 8N2k5KlXdnGc0PA6Q46z7+pjsPXrX15UA0RPVurf/2wXlxssp/3T2levT0poviJlvoiY E4QnoLzMoTUHW/ZdsdcwIQxx1K387l+5B3PpQ= Original-Received: by 10.68.12.104 with SMTP id x8mr72589601pbb.79.1319700072942; Thu, 27 Oct 2011 00:21:12 -0700 (PDT) Original-Received: by 10.68.66.130 with HTTP; Thu, 27 Oct 2011 00:21:12 -0700 (PDT) In-Reply-To: <81lis753jy.fsf@gmail.com> X-Google-Sender-Auth: WvccH3ry-dU5xcnOdJs_uhuIB58 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.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:145635 Archived-At: On Thu, Oct 27, 2011 at 08:52, Jambunathan K wrote= : > Nathaniel Flath writes: > >> I've noticed that opening files in git repositories open fairly >> slowly using the latest pretest in windows > I read somewhere that playing around with the below variable - removing > unused ones or changing the probe order - will improve things. But, if you choose to include Git, things will stay pretty much the same if you=E2=80=99re in a Git repository. I=E2=80=99ve set vc-handled-backends to nil and I=E2=80=99m now using Magit= instead.