Gnus development mailing list
 help / color / mirror / Atom feed
From: Raja R Harinath <harinath@cs.umn.edu>
Subject: Re: Red Gnus v0.32 is released
Date: 10 Sep 1996 18:39:34 -0500	[thread overview]
Message-ID: <d9iv9mc53d.fsf@cs.umn.edu> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 11 Sep 1996 00:22:18 +0200

Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> 	* nntp.el (nntp-server-action-alist): Don't try LIST ACTIVE GROUP
> 	on Netscape's brain-dead nntp server.

I looks the problem is not the Netscape server, but somewhere in
`nntp-try-list-active'.

Here's typescript for my news-server:

  Script started on Tue Sep 10 17:55:25 1996
  tera ~ > telnet news.cis.umn.edu nntp
  Trying 128.101.83.4 ...
  Connected to epx.cis.umn.edu.
  Escape character is '^]'.
  200 newsstand.tc.umn.edu InterNetNews NNRP server INN 1.4 22-Dec-93 ready (posting ok).
  LIST ACTIVE alt.nocem.misc
  501 [active|newsgroups|distributions|schema]
  GROUP alt.nocem.misc
  211 184 11941 13009 alt.nocem.misc
  QUIT
  205
  Connection closed by foreign host.
  tera ~ > exit
  exit

  script done on Tue Sep 10 17:56:09 1996

But somehow, `nntp-try-list-active' decides that

  nntp-server-list-active-group ==> t

When trying to debug `nntp-t-l-a', I popped to the ' *nntpd*' buffer: it
looked empty (didn't check for whitespace, though).  That would explain
why the `try...' code succeeds, but I couldn't figure out why the buffer
was empty.

End result, the same problem that others have been seeing, no
information on nntp groups.  Of course, a "5 g" takes care of that.

- Hari

-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash


  reply	other threads:[~1996-09-10 23:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-10 22:22 Lars Magne Ingebrigtsen
1996-09-10 23:39 ` Raja R Harinath [this message]
1996-09-11 20:01   ` Lars Magne Ingebrigtsen
1996-09-11  0:38 ` David Lebel
1996-09-11  0:53   ` Lars Magne Ingebrigtsen
1996-09-11 13:03     ` David Lebel
1996-09-11 19:46       ` Lars Magne Ingebrigtsen
1996-09-11 11:20 ` Wesley.Hardaker
1996-09-11 12:39   ` Per Abrahamsen
1996-09-11 19:42     ` Lars Magne Ingebrigtsen
1996-09-12  5:27       ` Ed Donovan
1996-09-13  2:09         ` Lars Magne Ingebrigtsen
1996-09-11 19:39   ` Lars Magne Ingebrigtsen

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=d9iv9mc53d.fsf@cs.umn.edu \
    --to=harinath@cs.umn.edu \
    /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).