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

Re: RFC4978 (COMPRESS=DEFLATE feature)



At Sun, 24 Jan 2010 20:02:13 +0100, Vitaly Mayatskikh wrote:

> Does anybody know if there's deflate compression and decompression
> (inflate) source written in Emacs lisp and oriented to stream
> processing (no calls for external utilities)?

Seems, there's no such a package for Emacs Lisp, but there's Common
Lisp implementation of the zlib compression scheme:

http://common-lisp.net/project/zlib/

I'll try to rewrite it in elisp and integrate with Wanderlust.

> A quick smoke test using hacked gnutls-cli

Patch was recently accepted upstream.

-- 
wbr, Vitaly