Gnus development mailing list
 help / color / mirror / Atom feed
* J s gives (wrong-type-argument listp nnml:)
@ 1999-04-12 12:20 Christian Nybø
  1999-04-17  8:01 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Nybø @ 1999-04-12 12:20 UTC (permalink / raw)


(gnus-version)  "Pterodactyl Gnus v0.80"
(emacs-version)
"XEmacs 21.2 \"Aphrodite\" [Lucid] (mips-sgi-irix6.5) of Sat Feb 27
1999 on sgichr"

I sometimes get this error when downloading articles with `J s' in a
plugged state.  It happens with both nntp and nnml groups.

Signaling: (wrong-type-argument listp nnml:)
  gnus-group-category ("nnml+private:list.ditherati")
  gnus-agent-fetch-group-1("nnml+private:list.ditherati" (nnml "private"))
  gnus-agent-fetch-session()
  chr-get-news()
  #<compiled-function nil "...(9)" [gnus-plugged
  gnus-group-get-new-news chr-get-news] 1 nil nil>()
  call-interactively(chr-get-maybe)

Adhering to the documentation of that variable, my .gnus does
(setq gnus-secondary-select-methods '((nnml "private")))

What should I change to avoid this?  It occurs to me that the
following function is the offender:

(defun gnus-group-category (group)
  "Return the category GROUP belongs to."
  (unless gnus-category-group-cache
    (setq gnus-category-group-cache (gnus-make-hashtable 1000))
    (let ((cs gnus-category-alist)
	  groups cat)
      (while (setq cat (pop cs))
	(setq groups (cadddr cat))
	(while groups
	  (gnus-sethash (pop groups) cat gnus-category-group-cache)))))
  (or (gnus-gethash group gnus-category-group-cache)
      (assq 'default gnus-category-alist)))

;;;;, perhaps the following var contains something unexpected?

`gnus-category-alist' (buffer: gnus-agent.el, mode: Emacs-Lisp)

Variable:

  value: ((mail true nil nnml:) (default short nil nil))

  variable not documented

Thanks for any hints.
-- 
chr



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

* Re: J s gives (wrong-type-argument listp nnml:)
  1999-04-12 12:20 J s gives (wrong-type-argument listp nnml:) Christian Nybø
@ 1999-04-17  8:01 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-04-17  8:01 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 505 bytes --]

"Christian Nybø" <s911254@stud.nhh.no> writes:

> I sometimes get this error when downloading articles with `J s' in a
> plugged state.  It happens with both nntp and nnml groups.
> 
> Signaling: (wrong-type-argument listp nnml:)
>   gnus-group-category ("nnml+private:list.ditherati")

Could you `(load "gnus-agent.el")' to load an uncompiled Gnus?  That
will give me a much more detailed backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1999-04-17  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-12 12:20 J s gives (wrong-type-argument listp nnml:) Christian Nybø
1999-04-17  8:01 ` 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).