From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Slow movement in large buffers Date: Tue, 15 Mar 2011 06:03:30 +0100 Message-ID: <748C1E20-0F3B-43EC-9680-BCDCF6D5002F@gmail.com> References: <87d3ltjc8x.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41796 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzMPv-0005qQ-RR for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 01:03:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzMPu-0002SE-SH for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 01:03:35 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:45651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzMPu-0002Ru-KQ for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 01:03:34 -0400 Received: by ewy9 with SMTP id 9so58619ewy.0 for ; Mon, 14 Mar 2011 22:03:33 -0700 (PDT) In-Reply-To: <87d3ltjc8x.fsf@fastmail.fm> 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: Matt Lundin Cc: Org Mode DO you have flyspell turned on? - Carsten On 15.3.2011, at 04:25, Matt Lundin wrote: > I've been navigating the org-issues file (14000+ lines) and have found > movement within the file to be fairly slow. Sometimes Emacs will lock up > for several seconds. > > For instance, to move from the level one heading "* Other" to "* Closed > issues" when the outline is folded takes over three seconds: > > --8<---------------cut here---------------start------------->8--- > next-line 1 3.015289 3.015289 > --8<---------------cut here---------------end--------------->8--- > > In my experience, the maximum workable size of org files is around > 10,000 lines. Beyond that, Emacs starts to spin its wheels. > > Do others have the same experience? If so, does anyone have any tips on > how to diagnose this further? > > (insert "\n" emacs-version) > 23.3.1 > > (insert "\n" org-version) > 7.5 > > Best, > Matt > > >