From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.help Subject: Re: gnus gnubie Date: Thu, 05 Feb 2015 09:07:30 +0000 Message-ID: <86lhkcsp4d.fsf@gmail.com> References: <87bnlmkyye.fsf@building.gnus.org> <87wq3xyqek.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423127304 20935 80.91.229.3 (5 Feb 2015 09:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 09:08:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 10:08:20 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJIQ7-0006LD-D3 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 10:08:19 +0100 Original-Received: from localhost ([::1]:40756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJIQ6-000655-C5 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 04:08:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJIPv-000646-BD for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:08:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJIPq-0002yD-Bb for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:08:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJIPq-0002xH-4c for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:08:02 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YJIPn-0006AL-3T for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 10:07:59 +0100 Original-Received: from 82-69-64-228.dsl.in-addr.zen.co.uk ([82.69.64.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2015 10:07:59 +0100 Original-Received: from andrewjmoreton by 82-69-64-228.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2015 10:07:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82-69-64-228.dsl.in-addr.zen.co.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) Cancel-Lock: sha1:5n0dkMUN8sVvPaqLGvu/ZXtjoLc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102489 Archived-At: On Fri 06 Feb 2015, Lars Magne Ingebrigtsen wrote: > btraven 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