From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [babel] unnecessary loading of info files? Date: Wed, 10 Feb 2010 09:21:07 +0000 Message-ID: <877hqlo398.wl%ucecesf@ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nf9p0-00018P-Q2 for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 05:29:26 -0500 Received: from [199.232.76.173] (port=44519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nf9p0-00018H-90 for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 05:29:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nf9oz-0001tT-1i for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 05:29:26 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:63333) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nf9oy-0001sj-PD for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 05:29:24 -0500 Received: from pinto.chemeng.ucl.ac.uk ([128.40.74.171] helo=pinto.chemeng.ucl.ac.uk.ucl.ac.uk) by vscane-c.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.60) (envelope-from ) id 1Nf9op-0003XA-Da for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 10:29:15 +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: org-mode mailing list Hi, recently (not sure exactly when) I have noticed that, for some reason, the python info files are loaded by Emacs when initialising org-babel specifically (I think) when loading org-babel-python. I get messages of the form: ,---- | uncompressing python2.5-lib.info.gz...done `---- On my netbook, this is rather annoying as it slows down the initialisation of Emacs significantly. I don't understand why the info files are necessary for org-babel? I'm happy to do some debugging if necessary but I thought I'd email this now in case it's something trivial for the code authors... Thanks, eric