all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Diane Murray <disumu@x3y2z1.net>
Cc: emacs-devel@gnu.org
Subject: Re: Use nntp-open-tls-stream in url-snews
Date: Wed, 28 Nov 2007 03:35:56 -0500	[thread overview]
Message-ID: <f0prxukbrn.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <871wakr52c.fsf@spargel.x3y2z1.net> (Diane Murray's message of "Tue, 20 Nov 2007 22:16:11 +0100")

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	other threads:[~2007-11-28  8:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20 21:16 Use nntp-open-tls-stream in url-snews Diane Murray
2007-11-28  8:35 ` Glenn Morris [this message]
2007-12-02  2:26   ` Diane Murray
2007-12-02  4:10     ` Glenn Morris

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=f0prxukbrn.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=disumu@x3y2z1.net \
    --cc=emacs-devel@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.