Gnus development mailing list
 help / color / mirror / Atom feed
From: Scott A Crosby <scrosby@cs.rice.edu>
Subject: Bug in v5.10.6 under xemacs21 not generating the *Group* buffer.
Date: Wed, 25 Aug 2004 16:37:06 -0500	[thread overview]
Message-ID: <oyd1xhu2931.fsf@bert.cs.rice.edu> (raw)

I'm not sure what the root cause of this is, but this version of gnus
seems to be trying to treat 'nntp as if it were "nntp". This causes an
error when trying to build the *Group* buffer and gnus never fully
initializes.

The backtrace is:

Signaling: (wrong-type-argument sequencep nntp)
  mapcar(#<compiled-function (char) "...(8)" [char length gnus-char-width] 3> nntp)
  gnus-correct-length(nntp)
  (- 10 (gnus-correct-length gnus-tmp-news-method))
  (let ((need ...)) (if (> need 0) (concat ... gnus-tmp-news-method nil) gnus-tmp-news-method))
  (gnus-xmas-format "   %s:%s\n" (let (...) (if ... ... gnus-tmp-news-method)) (let (...) (if ... ... gnus-tmp-news-server)))
  (insert (gnus-xmas-format "   %s:%s\n" (let ... ...) (let ... ...)))
  (progn (insert (gnus-xmas-format "%s%s %s %s/%s: " ... ... gnus-group-indentation ... ...)) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert (gnus-xmas-format "   %s:%s\n" ... ...)))
  eval((progn (insert (gnus-xmas-format "%s%s %s %s/%s: " ... ... gnus-group-indentation ... ...)) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert (gnus-xmas-format "   %s:%s\n" ... ...))))
  gnus-group-insert-group-line("nntp+news.rice.edu:rice.majors.cs" 3 ((reply 932) (tick 932 963)) 61 "nntp:news.rice.edu")
  gnus-group-prepare-flat(5 nil nil)
  gnus-group-list-groups(nil)
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)


My select methods are:


(setq gnus-select-method
      '(nnml ""	
	     (nnml-directory "~/Mesg/NNML/")
	     (nnml-active-file "~/Mesg/NNML/active")
	    (nnml-newsgroups-file "~/Mesg/NNML/newsgroups"))
      )

(setq gnus-secondary-select-methods 
      '(
	(nndraft ""
		 (nndraft-directory "~/Mesg/Drafts"))
	(nntp "news.rice.edu")
	;;	(nntp "news.gmane.org")
	))


I have a workaround that lets me read email, I am commenting out the
line '(nntp "news.rice.edu"). I would like to get nntp working
soon. This configuration is known-good for v5.8.8 which is what I used
until last night. I'm not subscribed, so please CC me on any replies.

Thanks for creating a great email reader!

Scott





             reply	other threads:[~2004-08-25 21:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-25 21:37 Scott A Crosby [this message]
     [not found] ` <b9yllg2hegt.fsf@jpl.org>
2004-08-26  3:47   ` Bug in v5.10.6 under xemacs21 not generating the *Group* Scott A Crosby
2004-08-26  6:37     ` Katsumi Yamaoka
2004-08-26  6:49       ` Katsumi Yamaoka

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=oyd1xhu2931.fsf@bert.cs.rice.edu \
    --to=scrosby@cs.rice.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).