From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Yu Newsgroups: gmane.emacs.devel Subject: Re: Magit slow on Windows Date: Fri, 11 May 2012 13:35:03 +0800 Message-ID: <84k40jz3eg.fsf@163.org> References: <6C45C785-8275-46B8-9D1E-FF8D2B52C3E2@bbheim.de> <83mx5gyqht.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1336714529 18230 80.91.229.3 (11 May 2012 05:35:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 May 2012 05:35:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 11 07:35:27 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SSiVj-0006If-DV for ged-emacs-devel@m.gmane.org; Fri, 11 May 2012 07:35:27 +0200 Original-Received: from localhost ([::1]:40339 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSiVi-0006P2-Lv for ged-emacs-devel@m.gmane.org; Fri, 11 May 2012 01:35:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSiVf-0006Os-Fa for emacs-devel@gnu.org; Fri, 11 May 2012 01:35:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSiVd-0005Q7-E7 for emacs-devel@gnu.org; Fri, 11 May 2012 01:35:23 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSiVd-0005Pb-7B for emacs-devel@gnu.org; Fri, 11 May 2012 01:35:21 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SSiVZ-0006EO-Qb for emacs-devel@gnu.org; Fri, 11 May 2012 07:35:17 +0200 Original-Received: from 114.113.197.132 ([114.113.197.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 May 2012 07:35:17 +0200 Original-Received: from yujie052 by 114.113.197.132 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 May 2012 07:35:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 114.113.197.132 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.96 (windows-nt) Cancel-Lock: sha1:nNE866C+GLRHdqRTPw6XtakBfEU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:150429 Archived-At: Eli Zaretskii writes: >> My installation of Magit is dog slow on WIndows. For example, I want >> to see the changes I made to some file in Magit. On Linux and OSX, >> this is as simple as putting point on top of the file name, then hit >> tab. Magit shows the diff instantly. On Windows, it takes about >> three seconds (on the first try. Subsequent tabs on the same file >> are fast). Same for any other action within Magit. it's really slow on windows. :( > And what does 'M-: (executable-find "git")' tells you about which git > version is invoked by Emacs? c:/git/cmd/git.cmd by the way. vc-git commit doesn't work on windows now.