all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Subject: Does service lookup by name work on Windows now?
Date: Sat, 26 Jan 2019 12:00:01 +0100	[thread overview]
Message-ID: <m2r2czr8em.fsf@gmail.com> (raw)

The reason I ask is that gnus does this:

      (open-network-stream
       "*nnimap*" (current-buffer) nnimap-address
       (nnimap-map-port (car ports))

where

    (defun nnimap-map-port (port)
      (if (equal port "imaps")
          "993"
        port))

ostensibly because there were problems on Windows about 8 years ago
with using 'imaps' instead of the numeric value (I haven't managed to
track down the relevant discussion).

Iʼd like to remove this workaround, because it makes auth-source do
lookups using 993 rather than imaps when called from
open-network-stream, forcing users to use the numeric value in their
.authinfo.

Robert



             reply	other threads:[~2019-01-26 11:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-26 11:00 Robert Pluim [this message]
2019-01-26 11:56 ` Does service lookup by name work on Windows now? Eli Zaretskii
2019-01-26 12:05   ` Robert Pluim
2019-01-26 12:23     ` Eli Zaretskii
2019-01-26 12:34       ` Robert Pluim
2019-01-26 12:55         ` Eli Zaretskii
2019-01-26 22:46           ` Richard Stallman
2019-01-27  5:11             ` Tim Cross
2019-01-27 21:08               ` Alexandre Garreau
2019-01-27 23:34               ` Richard Stallman
2019-01-28  3:31                 ` Eli Zaretskii
2019-01-28 11:03                 ` Alexandre Garreau
2019-01-30  3:31                   ` Richard Stallman
2019-01-28 10:12           ` Robert Pluim
2019-01-28 15:44             ` Eli Zaretskii
2019-02-04 13:02               ` Robert Pluim
2019-02-04 16:14                 ` Eli Zaretskii
2019-02-04 16:53                   ` Robert Pluim

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=m2r2czr8em.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --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.