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

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

Re: gnus gnubie


From: Andy Moreton
Subject: Re: gnus gnubie
Date: Thu, 05 Feb 2015 09:07:30 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt)

On Fri 06 Feb 2015, Lars Magne Ingebrigtsen wrote:

> btraven <btraven@nihilo.net> writes:
>
>> Now I find that I also need gnutls (.exe files and .dll) by Eli and
>> the accompanying cacert.pem so that I can connect to my isp via
>> webmail.. Do all of these go in the same subdir with emacs.exe,
>> emacsclientw.exe and the rest? Where does the cacert.pem go?
>
> Sorry; don't know anything about Emacs on Windows.  Hasn't anybody
> packaged up a version of Emacs with all the required libraries for
> Windows yet?

The .dll files need to be either in PATH or in the same directory as
emacs.exe etc. For the .pem file, you need something like:

(require 'gnutls)
(add-to-list 'gnutls-trustfiles "/path/to/cacert.pem")

HTH,

   AndyM




reply via email to

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