Gnus development mailing list
 help / color / mirror / Atom feed
* nntp.el -- Questions
@ 1996-03-27 15:38 Kai Grossjohann
  1996-03-28  3:52 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Grossjohann @ 1996-03-27 15:38 UTC (permalink / raw)



Hi,

the name of an nntp server is just a string suitable for identifying
it, right?  The value used to determine which host to contact is
nntp-server-address, right?

I created an nntp server "blubb", then edited it to have
nntp-server-address "maria" and nntp-port-number 9000.  I tried to
Open that server from the server buffer -- no joy :(

I created a second nntp server same as "blubb" but called it "maria"
(same as nntp-server-address).  This one worked.

The problem lies with nntp-open-network-stream, somehow:

(defun nntp-open-network-stream (server)
  (open-network-stream 
   "nntpd" nntp-server-buffer server nntp-port-number))

I'm not sure if this should be nntp-server-address rather than server,
or if all the places calling this should be changed.

For the time being, I'm changing this to nntp-server-address, but I'd
like to know if this is right.

What's the story?

        kai
--
There ain't no cure for the summer time blues.


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

* Re: nntp.el -- Questions
  1996-03-27 15:38 nntp.el -- Questions Kai Grossjohann
@ 1996-03-28  3:52 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-03-28  3:52 UTC (permalink / raw)


Kai Grossjohann <grossjoh@dusty.informatik.uni-dortmund.de> writes:

> the name of an nntp server is just a string suitable for identifying
> it, right? 

Yup.

> The value used to determine which host to contact is
> nntp-server-address, right?

Nope.  `nntp-address' is the right variable for that.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

end of thread, other threads:[~1996-03-28  3:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-27 15:38 nntp.el -- Questions Kai Grossjohann
1996-03-28  3:52 ` Lars Magne Ingebrigtsen

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).