From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Subject: Re: performance problems with drawers Date: Wed, 8 Jul 2009 09:57:16 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOTuA-0001Qc-9m for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 05:57:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOTu5-0001Np-89 for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 05:57:33 -0400 Received: from [199.232.76.173] (port=48143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOTu4-0001Nf-U5 for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 05:57:28 -0400 Received: from main.gmane.org ([80.91.229.2]:37619 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOTu4-0005Or-BI for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 05:57:28 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MOTu2-0003bt-Bu for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 09:57:26 +0000 Received: from LAubervilliers-151-12-4-94.w193-252.abo.wanadoo.fr ([193.252.51.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jul 2009 09:57:26 +0000 Received: from gmane00 by LAubervilliers-151-12-4-94.w193-252.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jul 2009 09:57:26 +0000 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 Carsten Dominik gmail.com> writes: Hello Carsten, > Hi Al, > > first of all, I cannot reproduce the fact that drawers have such > a major influence on time, wit a test file that I created to > be similar to what you describe. > > There is a way to speed up drawer handling, by using text properties > instead of overlays. How have some vague plans to do this, but > nothing concrete or soon. > > - Carsten > > On Jul 7, 2009, at 5:33 PM, Al wrote: > > > Hello, > > > > I'm trying to use emacs org-mode to keep my bookmarks (using the > > org-annotation-helper.el method). I find this really great, except > > performance > > issues. > > [SNIP] > > > > Is there a solution to improve the speed and using the drawers ? Thanks for your answer, if you want I can send you an example file (160kB compressed). There are also performance problems just when moving the cursor up and down. Just for the records, I'm using emacs-gtk 22.3.1 and org-mode 6.27a-1 on a debian linux setup.