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 08:45:28 +0200 Message-ID: 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 1319697939 6100 80.91.229.12 (27 Oct 2011 06:45:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 06:45:39 +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:45:35 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 1RJJiY-0007Wl-Hi for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 08:45:34 +0200 Original-Received: from localhost ([::1]:43128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJiX-000176-Qx for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 02:45:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJiV-00016z-Bl for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:45:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJJiU-0001Wy-Eq for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:45:31 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:40318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJiU-0001Wo-As for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:45:30 -0400 Original-Received: by gyf3 with SMTP id 3so2793982gyf.0 for ; Wed, 26 Oct 2011 23:45:29 -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:cc:content-type :content-transfer-encoding; bh=hJa1PvjXWmiThcPrWuZTTAPRo2own/2ueNQI+8WiAms=; b=KNCRV8Jkf9BAYw3dyYhGnXXWql1ZKB4gL5FUKs47rXqVu211VjDdTuZsYF/wfOMPKh dgtK4SG9p/QPA8l9Nb9L+Q882fjcpDYjZCVjK8rkge2v1W9oQTemL/hbr4rDZKpYwhB5 gXAecEC5UditwudrtmCTy7YHUh7+7Eg7DJM0o= Original-Received: by 10.68.199.170 with SMTP id jl10mr72811538pbc.28.1319697928681; Wed, 26 Oct 2011 23:45:28 -0700 (PDT) Original-Received: by 10.68.66.130 with HTTP; Wed, 26 Oct 2011 23:45:28 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: XdDxQ08HxDn-8LaRG5_OJAknhW8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:145633 Archived-At: On Thu, Oct 27, 2011 at 08:39, Nathaniel Flath wrote: > I've noticed that opening files in git repositories open fairly slowly us= ing > the latest pretest in windows - sometimes it takes several seconds, where= as > the same file not under a repository opens instantly. =C2=A0What would be= the > best way to track this down? It=E2=80=99s vc(-git) that=E2=80=99s causing it. It runs git a couple of t= imes, which is slow on Windows. Unbelievably slow.