emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113822: Add a test for decompressing gzipped da


From: Paul Eggert
Subject: Re: [Emacs-diffs] trunk r113822: Add a test for decompressing gzipped data
Date: Tue, 13 Aug 2013 07:47:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Stefan Monnier wrote:
> The best would really be
> 
>    (if (fboundp 'zlib-decompress-region)
>        (zlib-decompress-region ...)
>      blabla)
> 
> but I guess we can't have that because we also want to lazy-load the
> zlib shared library, right?

fboundp itself could do the lazy load, no?
Or we could have an fboundp variant that
does that.  That way, we don't need to have
a FOO-available-p function for every loadable
library FOO.



reply via email to

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