From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Bennee Newsgroups: gmane.emacs.help Subject: Re: Emacs with git slow? Date: Fri, 18 Mar 2011 18:52:27 +0000 Message-ID: References: <423478.54089.qm@web161616.mail.bf1.yahoo.com> <87r5a76k4h.fsf@wanadoo.es> <151473.46227.qm@web161612.mail.bf1.yahoo.com> <87wrjy6h8o.fsf@wanadoo.es> <751680.75834.qm@web161605.mail.bf1.yahoo.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 1300474391 30949 80.91.229.12 (18 Mar 2011 18:53:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 18:53:11 +0000 (UTC) Cc: =?UTF-8?Q?=C3=93scar_Fuentes?= , help-gnu-emacs@gnu.org To: S Boucher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 18 19:53:01 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0enD-0002ii-N3 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Mar 2011 19:52:59 +0100 Original-Received: from localhost ([127.0.0.1]:50165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0enC-0005xp-Sm for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Mar 2011 14:52:58 -0400 Original-Received: from [140.186.70.92] (port=34600 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0emp-0005vg-6G for help-gnu-emacs@gnu.org; Fri, 18 Mar 2011 14:52:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0emj-0000uE-So for help-gnu-emacs@gnu.org; Fri, 18 Mar 2011 14:52:34 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:62633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0emj-0000tg-Pg for help-gnu-emacs@gnu.org; Fri, 18 Mar 2011 14:52:29 -0400 Original-Received: by iyf13 with SMTP id 13so5336844iyf.0 for ; Fri, 18 Mar 2011 11:52:27 -0700 (PDT) Original-Received: by 10.231.117.129 with SMTP id r1mr1212296ibq.195.1300474347808; Fri, 18 Mar 2011 11:52:27 -0700 (PDT) Original-Received: by 10.231.33.139 with HTTP; Fri, 18 Mar 2011 11:52:27 -0700 (PDT) In-Reply-To: <751680.75834.qm@web161605.mail.bf1.yahoo.com> X-Google-Sender-Auth: 7lAKB3J_-9NdUxwq1yGUKbl-D5I X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80240 Archived-At: On 16 March 2011 19:21, S Boucher wrote: > > ----- Original Message ---- >> From: =C3=93scar Fuentes >> To: S Boucher >> Cc: help-gnu-emacs@gnu.org > > This is a git repository tracking webkit: > > > Just checked with a smaller git repository (i.e. with ~100files), and thi= ngs are > supper fast: > Thanks, I think you have just identified were the mysterious stalls I was seeing when switching between two GIT controlled directories came from. Anyway if you don't actually care about VC based git support it's easy enough to disable as I do as I use magit for repo interaction: (when (locate-library "magit") (remq 'Git vc-handled-backends) (autoload 'magit-status "magit" "magit front end" t)) --=20 Alex, homepage: http://www.bennee.com/~alex/ http://www.half-llama.co.uk