From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Sat, 12 Jan 2013 09:40:46 +0100 Message-ID: <87k3riu73l.fsf@bzg.ath.cx> References: <87a9sh3tsp.fsf@gmail.com> <87pq1dj76n.fsf@bzg.ath.cx> <87hamprlob.fsf@gmail.com> <11306.1357839845@alphaville> <874niosy6w.fsf@gmail.com> <87txqodgix.fsf@bzg.ath.cx> <87txqovnv3.fsf@gmail.com> <874niodcry.fsf@bzg.ath.cx> <87vcb4spxe.fsf@gmail.com> <8738y8n0b2.fsf@gmail.com> <87lic0bpwj.fsf@bzg.ath.cx> <87hamo7gdk.fsf@gmail.com> <87wqvk9p5f.fsf@bzg.ath.cx> <87ehhrhpjl.fsf@bzg.ath.cx> <87sj67d662.fsf@Rainer.invalid> <87a9sf1wsl.fsf@bzg.ath.cx> <87k3rjd51k.fsf@Rainer.invalid> <87obgvzlah.fsf@bzg.ath.cx> <87fw27cybb.fsf@Rainer.invalid> <876232ga8s.fsf@bzg.ath.cx> <87obgun8va.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttwe4-0008Nn-W5 for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 03:40:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ttwe2-0004gI-KG for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 03:40:52 -0500 Received: from mail-we0-f175.google.com ([74.125.82.175]:57622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttwe2-0004gD-Ah for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 03:40:50 -0500 Received: by mail-we0-f175.google.com with SMTP id z53so1229520wey.20 for ; Sat, 12 Jan 2013 00:40:49 -0800 (PST) In-Reply-To: <87obgun8va.fsf@Rainer.invalid> (Achim Gratz's message of "Sat, 12 Jan 2013 08:44:25 +0100") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Bastien writes: >> (load "org-loaddefs.el" t t t) will *not* load gzipped version of >> org-loaddefs.el. > > That's what I was trying to tell you and I consider that a bug. I don't. >> Please point at one distribution that actually distributes gzipped >> autoloads files like loaddefs.el. > > Why should I? Please do send a link to a loaddefs.el.gz anywhere on the web or anywhere in an Emacs package or provide a way to install Emacs which generates loaddefs.el.gz. > It is not at all illegal to do this, so we shouldn't be putting out code > that actively prevents this option. That Emacs currently doesn't do > this has different reasons and looking at the code Emacs uses makes it > abundantly clear that they've gone to great lengths to enable this for > all files. Currently it usually is faster to read non-compressed files > from disk if they aren't larger than a single allocation unit of the > underlying file system (which is why the files Emacs uses most often, > that is .elc files and autoloads are kept uncompressed), but there are > situations were there is a clear advantage of using compression and > there are also situations where compressing _all_ files is the only > thing left to do. If you want to fix Emacs with respect to allowing loaddefs.el and org-loaddefs.el compression, please do. -- Bastien