From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: performance problems with drawers Date: Fri, 5 Feb 2010 17:14:12 -0700 Message-ID: <20524da71002051614o431f7930x71945bbde4bd3870@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdYJY-0002Iz-Et for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 19:14:20 -0500 Received: from [199.232.76.173] (port=41346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdYJX-0002Ir-4W for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 19:14:19 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdYJW-000084-Ik for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 19:14:19 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:61623) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdYJW-00007G-4l for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 19:14:18 -0500 Received: by fxm25 with SMTP id 25so1523145fxm.32 for ; Fri, 05 Feb 2010 16:14:13 -0800 (PST) In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org, Al On 2009-08-02, Carsten Dominik wrote: > P.S. Unfortunatey, I cannot fix the performance issues > regarding vertical cursor motion, this is in the guts of > Emacs. `C-c C-f' and `C-c C-b' do help a bit... It is funny that outline-previous-visible-heading is faster than previous-line when the previous subtree is folded. I wonder if Emacs searches for bol when it should be searching for visible text first, then bol, or something. In any case, thanks for the speedups.