Gnus development mailing list
 help / color / mirror / Atom feed
* Bug in v5.10.6 under xemacs21 not generating the *Group* buffer.
@ 2004-08-25 21:37 Scott A Crosby
       [not found] ` <b9yllg2hegt.fsf@jpl.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Scott A Crosby @ 2004-08-25 21:37 UTC (permalink / 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





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

end of thread, other threads:[~2004-08-26  6:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-25 21:37 Bug in v5.10.6 under xemacs21 not generating the *Group* buffer Scott A Crosby
     [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

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