From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Opening an Org file slowed down Date: Fri, 22 Nov 2013 15:57:16 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjsAe-0002Wo-FB for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 09:57:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjsAZ-0001Pp-04 for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 09:57:24 -0500 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:54402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjsAY-0001P8-LY for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 09:57:18 -0500 Received: by mail-lb0-f172.google.com with SMTP id z5so1035669lbh.31 for ; Fri, 22 Nov 2013 06:57:16 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Org Mode Hi Nicolas On Mon, Nov 11, 2013 at 5:41 PM, Michael Brand wrote: > I noticed that to open an Org file with a minimal example generated > like this slowed down: > > #+BEGIN_SRC sh > #!/bin/sh > echo '* a' > for ((i = 0; i < 400; i++)); do > echo ' - b' > echo ' :PROPERTIES:' > echo ' :END:' > done > #+END_SRC > > Bisecting shows that release_8.2.1-161-g205e586 is fast and > > release_8.2.1-162-gb392750 > > commit b3927501081b1dab15540591d55f016ed4f9f948 > Author: Nicolas Goaziou > Date: Sat Nov 2 15:48:36 2013 +0100 > > Prevent flagging drawers in example blocks > > is slow. Today's release_8.2.2-192-ge3033d3 is between fast and slow but > mainly it also slows down disproportionate to increasing the number 400 > above. Emacs is 24.3.2 (with -q). > > My use case is that " - b" is in fact " * b" and is converted in a > hook to "*** b" with the help of "hidestarsfile" from "fileconversion" > described here: > http://orgmode.org/worg/org-hacks.html#hidestarsfile I still see the same problem with today's release_8.2.3c-271-gd0e8e57. Can you reproduce it with the test Org file from my recipe? Michael