all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: ezwinports gnutls, does it work?
Date: Wed, 05 Feb 2014 07:48:20 +0530	[thread overview]
Message-ID: <878utqcnf7.fsf@gmail.com> (raw)
In-Reply-To: 83y51q1ymw.fsf@gnu.org

On Wed, Feb 05 2014,Eli Zaretskii wrote:


[snipped 8 lines]

>> Has it worked for anyone?
>
> Yes, it works, but not in the way you think.  You need to build Emacs
> with GnuTLS support, or get a binary someone else built with such
> support; then install the GnuTLS DLL from the ezwinports site; and
> then Emacs will automatically use the GnuTLS DLL (not the gnutls-cli
> program!) to support TLS connections.
>
> The original TLS support via gnutls-cli uses signals, which doesn't
> work on Windows (except in Cygwin).  So Emacs on Windows now uses the
> GnuTLS library directly, and the gnutls.el package was augmented
> accordingly.
>
>

Thanks;  I'll probably check around the webz to see if I can find such
a binary.

On a related note, I had to do this, to get ezwinports to be seen first before
cygwin binaries.

M:! which find
C:/gnu/ezwinports/bin/find.EXE

--8<---------------cut here---------------start------------->8---
(setq exec-path
      (cons "C:/MiKTeX2.9/miktex/bin/x64"
      (cons "C:/gnu/ezwinports/bin"
      (cons "C:/gnu/bin/"
      (cons "C:/cygwin/usr/bin"
      (cons "C:/cygwin/bin" exec-path))))))

(setenv "PATH" (concat
"C:\\gnu\\ezwinports\\bin;C:\\MiKTeX2.9\\miktex\\bin\\x64;C:\\cygwin\\bin;C:\\cygwin\\usr\\bin;C:\\gnu\\bin\\;"
(getenv "PATH")))
--8<---------------cut here---------------end--------------->8---


 sivaram
 -- 




      reply	other threads:[~2014-02-05  2:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 18:31 ezwinports gnutls, does it work? Sivaram Neelakantan
2014-02-04 19:11 ` Eli Zaretskii
2014-02-05  2:18   ` Sivaram Neelakantan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878utqcnf7.fsf@gmail.com \
    --to=nsivaram.net@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.