emacs-devel
[Top][All Lists]
Advanced

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

Re: Use nntp-open-tls-stream in url-snews


From: Glenn Morris
Subject: Re: Use nntp-open-tls-stream in url-snews
Date: Wed, 28 Nov 2007 03:35:56 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Diane Murray wrote:

> url-snews still uses `nntp-open-ssl-stream' as the default function to
> open connections unless the `url-gateway-method' is set to tls.  This
> patch changes it to use `nntp-open-tls-stream'.

url-vars says ssl is deprecated, but it is still listed. So shouldn't
the change be to invert the test, ie:

> !   (let ((nntp-open-connection-function (if (eq 'ssl url-gateway-method)
> !                                        nntp-open-ssl-stream
> !                                      nntp-open-tls-stream)))




reply via email to

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