From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Opening an Org file slowed down Date: Wed, 27 Nov 2013 10:24:02 +0100 Message-ID: References: <87r4a7tmo2.fsf@gmail.com> <877gbv8437.fsf@gmail.com> <87k3fv6i3e.fsf@gmail.com> <87fvqi7qmg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlbLs-0004W5-2Q for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 04:24:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlbLn-0000oR-4p for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 04:24:08 -0500 Received: from mail-qe0-x234.google.com ([2607:f8b0:400d:c02::234]:63572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlbLn-0000oN-0o for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 04:24:03 -0500 Received: by mail-qe0-f52.google.com with SMTP id ne12so7128238qeb.39 for ; Wed, 27 Nov 2013 01:24:02 -0800 (PST) In-Reply-To: <87fvqi7qmg.fsf@gmail.com> 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 Tue, Nov 26, 2013 at 11:19 PM, Nicolas Goaziou wrote: > So, it is a linear increase here. Have you disabled cache? No, but in the meantime I found accidentally how to get linear and bisected it to be related with how Org is loaded: 1) start GNU Emacs with -L pointing to Org and with -Q 2) choice: - for quadratic do: M-x org-mode - for linear do: M-x org-version 3) M-x elp-instrument-package RET org 4) C-x f 400.org 5) M-x elp-results GNU Emacs 24.3.1 and 24.3.2, Org unpatched and make uncompiled release_8.2.3c-291-gbe8a1a and today's release_8.2.3c-303-g5a2dabc. The same happens if in 1) I add my local patches for Org and all my customization which includes already some implicit level of loading Org. This is beyond my knowledge, can you reproduce it? Michael