info-gnus-english
[Top][All Lists]
Advanced

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

Re: check mail config in init.el


From: drkm
Subject: Re: check mail config in init.el
Date: Thu, 13 Jan 2005 17:32:24 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

attila <startnow@libero.it> writes:

> i have installaded openssl and now i have this problems:

> Signaling: (file-error "Cannot open load file" "idna")
>   signal(file-error ("Cannot open load file" "idna"))
> ...

> and i don't find it.

  You don't give backtrace, but I guess this error is throwed while
defining the custom `gnus-use-idna'.  But it's strange, because the
default value form is:

    (and (condition-case nil (require 'idna) (file-error))
         ...

so the error wouldn't be throwed.

  Maybe the following can help:

    (setq gnus-use-idna nil)

--drkm

reply via email to

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