From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: moving in the agenda view is slow Date: Fri, 26 Nov 2010 13:28:31 -0800 Message-ID: <0vy68fzse8.fsf@gmail.com> References: <81mxovrgd9.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM5qY-0002uo-QJ for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 16:28:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PM5qW-0001q8-W9 for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 16:28:46 -0500 Received: from lo.gmane.org ([80.91.229.12]:48781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PM5qW-0001pf-Nt for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 16:28:44 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PM5qU-0006D5-Tu for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 22:28:42 +0100 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Nov 2010 22:28:42 +0100 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Nov 2010 22:28:42 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Martin Stemplinger writes: > Hallo Rainer Stengele, > > am 26.11.2010 schriebst Du: > >> Hi all, >> >> I am struggling more and more with slowness in my agenda view. >> Moving from line to line with n and p is slow. >> Pressing the n key for 2 seconds will result in the cursor not following every keypress >> but jumping down after 2 or 3 seconds. >> >> I switched off all minor modes and found no improvements. >> What is the agenda doing when I am moving from item to item? >> Follow-mode is off. >> >> I use about 10 org files with a total of 35.000 lines. >> The slowness is true for customized agenda views as well as for default ones like "C-a t" >> (List of all todo entries). >> >> GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-04 on LENNART-69DE564 (patched) >> Org-mode version 7.3 (release_7.3.157.ga98a) >> >> Rainer > > Maybe it's something completely different but I found org-mode to be > ridicilous slow when the org-files were under git version control. No > idea when this started and why it happened. I've had a similar issue. Somebody here suggested to put the line below in my .emacs, which helped. But beware, this disables the vc backend of emacs completely, so you'll have to run git manually. Here is the line: ;; no vc-git (setq vc-handled-backends nil) HTH Markus