From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Huge performance problems to open some Org files Date: Fri, 17 Dec 2010 10:46:06 -0500 Message-ID: <28471.1292600766@gamaville.dokosmarshall.org> References: <8062uswyie.fsf@missioncriticalit.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53555 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTcVg-0007Eg-0s for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 10:46:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTcVe-0000pO-NC for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 10:46:19 -0500 Received: from vms173005pub.verizon.net ([206.46.173.5]:44753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTcVe-0000pK-GA for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 10:46:18 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LDK00233X4U4H50@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 09:46:07 -0600 (CST) In-reply-to: Message from =?us-ascii?Q?=3D=3Futf-8=3FQ=3FS=3DC3=3DA9bastie?= =?us-ascii?Q?n=5FVauban=3F=3D?= of "Fri\, 17 Dec 2010 10\:15\:53 +0100." <8062uswyie.fsf@missioncriticalit.com> 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: =?us-ascii?Q?=3D=3Futf-8=3FQ=3FS=3DC3=3DA9bastien=5FVauban=3F=3D?= Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org S=C3=A9bastien Vauban wrote: >=20 > Though, I don't see any potential explanation therefore. Could you help me > spotting the problem? >=20 It looks as if something that org-mode calls is taking all the time, but it is not org itself. So the next thing is to look at what org-mode calls and try to profile those packages. This is a complete shot in the dark, but I'd start with font-lock. Nick