Gnus development mailing list
 help / color / mirror / Atom feed
* nntp.el fails to find nntp server
@ 1996-04-19 16:37 Johan Danielsson
  0 siblings, 0 replies; only message in thread
From: Johan Danielsson @ 1996-04-19 16:37 UTC (permalink / raw)



If I have '(nntp "news.kth.se") as gnus-select-method, and doesn't
have neither nntp-address nor NNTPSERVER set, nntp-open-server (or
really nntp-open-server-semi-internal) failes. Shouldn't it be more
like (for 0.74):

--- nntp.el     1996/04/18 13:12:37     1.1
+++ nntp.el     1996/04/18 17:46:52
@@ -356,7 +356,9 @@
        connectionless
        (prog2
            (run-hooks 'nntp-prepare-server-hook)
-           (nntp-open-server-semi-internal nntp-address nntp-port-number)
+           (nntp-open-server-semi-internal 
+            (cadr (assq 'nntp-address defs))
+            (cadr (assq 'nntp-port-number defs)))
          (nnheader-insert "")))))
 
 (deffoo nntp-close-server (&optional server)

-- 
| joda@nada.kth.se   | Everything's cool and froody.
| Johan Danielsson   |                          -ZB


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-04-19 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-19 16:37 nntp.el fails to find nntp server Johan Danielsson

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 NNTP newsgroup(s).