X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Stephen J. Turnbull" To: djgpp AT delorie DOT com Subject: Re: Emacs pretest 23.0.94 is available In-Reply-To: <331eefd8-fdf2-46f8-a44d-f73efbec2b85@q2g2000vbr.googlegroups.com> References: <83hbz2517i DOT fsf AT gnu DOT org> <32562673-5f73-4d6e-913f-e875cdc8d7f7 AT g19g2000vbi DOT googlegroups DOT com> <331eefd8-fdf2-46f8-a44d-f73efbec2b85 AT q2g2000vbr DOT googlegroups DOT com> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 5bbff3553494 XEmacs Lucid (x86_64-unknown-linux) Date: Sat, 20 Jun 2009 14:57:37 +0900 Message-ID: <87bpojjvla.fsf@uwakimon.sk.tsukuba.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Rugxulo writes: > It seems that pretty much every *nix distro out there includes Zlib > these days. And Zlib includes "gzopen, gzread, gzclose", so it should > be ridiculously easy to use that to read Gzip-compressed files from > within Emacs without needing an external Gzip binary. I'm surprised no > one has already done this. It was done in XEmacs, but never got much play because that was before those functions were included, so it wasn't at all trivial to read gzipped files, although XEmacs could produce compressed files, and read them, a la git. Also it was a completely different API from all of the other compressions/encodings supported by crypt++ and jkacompr. And who cares about one system() call if you're doing something as time-consuming as decompressing a file in an interactive context? It may have been redone in SXEmacs.