[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] GnuTLS support on Woe32
From: |
Robert Pluim |
Subject: |
Re: [PATCH] GnuTLS support on Woe32 |
Date: |
Mon, 07 Mar 2011 08:44:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (cygwin) |
Eli Zaretskii <address@hidden> writes:
>> From: address@hidden (Claudio Bley)
>> Date: Sun, 06 Mar 2011 16:16:34 +0100
>>
>> Please find attached a patch which makes building Emacs with GnuTLS
>> support on Woe32 possible.
>
> Thanks.
>
> I have a few initial comments, based on reading through the patch.
>
>> --- lisp/gnus/starttls.el 2011-01-25 04:08:28 +0000
>> +++ lisp/gnus/starttls.el 2011-03-06 14:57:51 +0000
>> @@ -195,37 +195,46 @@
>> :type 'regexp
>> :group 'starttls)
>>
>> +(eval-and-compile
>> + (when (fboundp 'gnutls-boot) (require 'gnutls)))
>
> Can you explain why are these fboundp calls needed?
>
Please don't install this bit of the patch. Builtin TLS support builds
on my platform, but doesn't actually work, so forcing it to be used
would not be good for me.
Thanks
Robert
- [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/06
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/03/06
- Re: [PATCH] GnuTLS support on Woe32,
Robert Pluim <=
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/07
- Re: [PATCH] GnuTLS support on Woe32, Robert Pluim, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Robert Pluim, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/09