all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ezwinports gnutls, does it work?
@ 2014-02-04 18:31 Sivaram Neelakantan
  2014-02-04 19:11 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Sivaram Neelakantan @ 2014-02-04 18:31 UTC (permalink / raw)
  To: help-gnu-emacs


I recently downloaded the ezwinports of the common unix tools and most
tools seem to work as in cygwin.  However, the gnutls-cli seems to
hang connecting to gmail imap.  I had to C-g to stop the connection.
I renamed them and used the cygwin gnutls for that alone.

Has it worked for anyone?


 sivaram
 -- 
GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-18 on MARVIN





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ezwinports gnutls, does it work?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2014-02-04 19:11 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Sivaram Neelakantan <nsivaram.net@gmail.com>
> Date: Wed, 05 Feb 2014 00:01:25 +0530
> 
> I recently downloaded the ezwinports of the common unix tools and most
> tools seem to work as in cygwin.  However, the gnutls-cli seems to
> hang connecting to gmail imap.  I had to C-g to stop the connection.
> I renamed them and used the cygwin gnutls for that alone.
> 
> 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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ezwinports gnutls, does it work?
  2014-02-04 19:11 ` Eli Zaretskii
@ 2014-02-05  2:18   ` Sivaram Neelakantan
  0 siblings, 0 replies; 3+ messages in thread
From: Sivaram Neelakantan @ 2014-02-05  2:18 UTC (permalink / raw)
  To: help-gnu-emacs

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
 -- 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-05  2:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.