Gnus development mailing list
 help / color / mirror / Atom feed
From: joda@nada.kth.se (Johan Danielsson)
Subject: nntp.el fails to find nntp server
Date: 19 Apr 1996 18:37:11 +0200	[thread overview]
Message-ID: <xof4tqg187c.fsf@emma.pdc.kth.se> (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


                 reply	other threads:[~1996-04-19 16:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=xof4tqg187c.fsf@emma.pdc.kth.se \
    --to=joda@nada.kth.se \
    /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.
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).