Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Cc: bugs@gnus.org
Subject: Re: nntp:news.freshmeat.net
Date: 02 Sep 1999 15:41:39 -0400	[thread overview]
Message-ID: <5br9khqex8.fsf@giga.cs.rochester.edu> (raw)
In-Reply-To: Ted Rathkopf's message of "02 Sep 1999 15:21:42 -0400"

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

>>>>> "Ted" == Ted Rathkopf <ted@rathkopf.org> writes:

Ted> Alan Shutko <ats@acm.org> writes:
>> Chris Halverson <cdh@CompleteIS.com> writes:
>> 
>> > Do the following:
>> > 
>> > G m fm.announce RET nntp RET news.freshmeat.net
>> > 
>> > You must "make" the group (G m).
>> 
>> You should be able to browse it.  Pgnus 0.84 does it fine, so I'd say
>> it's a bug.

Ted> That may be.  I'm using 0.90.

This is a bug since 0.93. Here is a patch to fix this bug
hopefully. (cc'ed to bugs@gnus.org)

1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-srvr.el (gnus-browse-foreign-server): Read the first line
	of active file.

-- 
Shenghuo ZHU


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 96-zsh1.diff --]
[-- Type: text/x-patch, Size: 591 bytes --]

--- ../../pgnus-sent/lisp/gnus-srvr.el	Thu Sep  2 15:23:34 1999
+++ gnus-srvr.el	Thu Sep  2 15:34:53 1999
@@ -592,11 +592,12 @@
 	  (goto-char (point-min))
 	  (unless (string= gnus-ignored-newsgroups "")
 	    (delete-matching-lines gnus-ignored-newsgroups))
-         (while (and (not (eobp)) (forward-line))
+	  (while (not (eobp)) 
 	    (ignore-errors
              (push (cons (read cur)
 			  (max 0 (- (1+ (read cur)) (read cur))))
-		    groups)))))
+		    groups))
+	    (forward-line))))
       (setq groups (sort groups
 			 (lambda (l1 l2)
 			   (string< (car l1) (car l2)))))

      reply	other threads:[~1999-09-02 19:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-02 17:16 nntp:news.freshmeat.net Brian Gorka
1999-09-02 17:29 ` nntp:news.freshmeat.net Ted Rathkopf
     [not found] ` <wphfld8axr.fsf@CompleteIS.com>
1999-09-02 17:54   ` nntp:news.freshmeat.net Brian Gorka
1999-09-02 18:01     ` nntp:news.freshmeat.net Chris Halverson
1999-09-02 19:02       ` nntp:news.freshmeat.net Alan Shutko
1999-09-02 19:21         ` nntp:news.freshmeat.net Ted Rathkopf
1999-09-02 19:41           ` Shenghuo ZHU [this message]

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=5br9khqex8.fsf@giga.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    --cc=bugs@gnus.org \
    /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).