From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: slow opening of files in git directories in windows Date: Thu, 27 Oct 2011 07:15:47 -0400 Message-ID: References: <8162ja8zn3.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1319714156 18917 80.91.229.12 (27 Oct 2011 11:15:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 11:15:56 +0000 (UTC) Cc: now@bitwi.se, flat0103@gmail.com, emacs-devel@gnu.org To: Jambunathan K Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 13:15:52 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 1RJNw7-0004wX-FM for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 13:15:51 +0200 Original-Received: from localhost ([::1]:59400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJNw7-0006NC-0T for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 07:15:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJNw4-0006Mv-Rz for emacs-devel@gnu.org; Thu, 27 Oct 2011 07:15:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJNw3-000375-Ir for emacs-devel@gnu.org; Thu, 27 Oct 2011 07:15:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJNw3-000371-EC for emacs-devel@gnu.org; Thu, 27 Oct 2011 07:15:47 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJNw3-0002gQ-5W; Thu, 27 Oct 2011 07:15:47 -0400 In-reply-to: <8162ja8zn3.fsf@gmail.com> (message from Jambunathan K on Thu, 27 Oct 2011 16:33:44 +0530) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:145643 Archived-At: > From: Jambunathan K > Date: Thu, 27 Oct 2011 16:33:44 +0530 > Cc: Eli Zaretskii , flat0103@gmail.com, emacs-devel@gnu.org > > Nikolai Weibull writes: > > If you have this > > (setq vc-command-messages t) > > then you can see the command that vc issues in the messages buffer. Sorry, I see no effect after setting this. Maybe visiting a file doesn't run any git commands?