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

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

bug#9059: 24.0.50; Logging in init_gnutls_functions does not adhere to g


From: Christoph Scholtes
Subject: bug#9059: 24.0.50; Logging in init_gnutls_functions does not adhere to gnutls_log_level
Date: Sat, 16 Jul 2011 16:06:26 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0

On 7/13/2011 2:35 PM, Juanma Barranquero wrote:

Done in revno:105174.

     Juanma

I noticed something with this patch:

If I don't have

(require 'gnutls)

in my `init.el' I get the following error when trying to use gnutls (with gnus):

Symbol's value as variable is void: gnutls-log-level

I think the problem is that init_gnutls-functions tries to access gnutls_log_level (or rather gnutls-log-level) before it has been initialized.

After executing (require 'gnutls) everything works.

I am not sure how to handle this, but (require 'gnutls) should not be necessary, should it?





reply via email to

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