From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5996 Path: main.gmane.org!not-for-mail From: joda@nada.kth.se (Johan Danielsson) Newsgroups: gmane.emacs.gnus.general Subject: nntp.el fails to find nntp server Date: 19 Apr 1996 18:37:11 +0200 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.48) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035146516 2081 80.91.224.250 (20 Oct 2002 20:41:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:41:56 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from biggulp.callamer.com (root@biggulp.callamer.com [199.74.141.2]) by deanna.miranova.com (8.7.5/8.6.9) with ESMTP id KAA00276 for ; Fri, 19 Apr 1996 10:34:56 -0700 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by biggulp.callamer.com (8.7.4/8.7.3) with SMTP id KAA15302 for ; Fri, 19 Apr 1996 10:25:13 -0700 (PDT) Original-Received: from emma.pdc.kth.se (emma.pdc.kth.se [130.237.232.113]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 19 Apr 1996 18:37:13 +0200 Original-Received: (from d91-jda@localhost) by emma.pdc.kth.se (8.6.10/8.6.9) id SAA01710; Fri, 19 Apr 1996 18:37:12 +0200 Original-To: ding@ifi.uio.no Original-Lines: 23 X-Mailer: September Gnus v0.74/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:5996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5996 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