emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Replace 'pp' with 'prin1' to generate ELPA archive-contents


From: Stefan Monnier
Subject: Re: Replace 'pp' with 'prin1' to generate ELPA archive-contents
Date: Wed, 26 Oct 2022 08:10:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>> We already did that for `.tar` files (and a few others).
>
> Aren't the .tar files already compressed?

No, otherwise they'd be `.tar.gz`, `.tar.lz`, etc...
We don't compress them so that you can install them even from Emacsen
that don't have access to a `.gz` decompressor.

And yes, it would be nice to change this so that `elpa.gnu.org` could
store the tarballs compressed and have Apache decompress them on the
rare occasion where the client doesn't have a `.gz` decompressor.
But I couldn't figure out how to convince Apache to do that (see
https://stackoverflow.com/questions/26895894/get-apache-to-auto-decompress-a-file-but-only-if-needed
for what happened last time I tried).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]