bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19346: 25.0.50; url-http-parse-headers: Symbol's function definition


From: Stefan Monnier
Subject: bug#19346: 25.0.50; url-http-parse-headers: Symbol's function definition is void: gnutls-available-p
Date: Thu, 11 Dec 2014 19:02:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> As Stefan mentioned we'll need this for dynamic modules as well, so
>> a generic solution would be greatly appreciated, if you have
>> something in mind.

I'm not sure I made myself clear.
AFAICT for dynamically-loaded modules we won't need any such
foo-available-p function, instead we'll use (require '<modulename> nil t).
After all, any such foo-available-p won't be fboundp before loading the
module, so it would necessarily suffer from the problem we're facing
with gnutls-available-p.


        Stefan





reply via email to

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