unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Does service lookup by name work on Windows now?
@ 2019-01-26 11:00 Robert Pluim
  2019-01-26 11:56 ` Eli Zaretskii
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Pluim @ 2019-01-26 11:00 UTC (permalink / raw)
  To: emacs-devel

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



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

end of thread, other threads:[~2019-02-04 16:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-26 11:00 Does service lookup by name work on Windows now? Robert Pluim
2019-01-26 11:56 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).