From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6799 Path: main.gmane.org!not-for-mail From: Michel Schinz Newsgroups: gmane.emacs.gnus.general Subject: Problem at startup: wrong-type-argument listp __uninitialized__ Date: 19 Jun 1996 11:29:56 +0200 Sender: schinz@lsesun7.epfl.ch Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147202 4770 80.91.224.250 (20 Oct 2002 20:53:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:53:22 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id DAA30247 for ; Wed, 19 Jun 1996 03:10:17 -0700 Original-Received: from sicmail.epfl.ch (pp@sicmail.epfl.ch [128.178.50.31]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 19 Jun 1996 11:30:40 +0200 Original-Received: from lsesun7.epfl.ch by sicmail.epfl.ch with SMTP (PP) id <19085-0@sicmail.epfl.ch>; Wed, 19 Jun 1996 11:30:02 +0200 Original-Received: by lsesun7.epfl.ch (5.0/Epfl-3.1/MX) id AA01796; Wed, 19 Jun 1996 11:29:57 +0200 Original-To: ding@ifi.uio.no Original-Lines: 38 X-Mailer: Gnus v5.2.20/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:6799 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6799 Hi there! My workstation crashed badly the other day, and now I have a new problem with Gnus, but I don't know whether this is a bug or not. Here is what happens: when I launch Gnus, I get the following error message: wrong-type-argument listp __uninitialized__ Here is what I get with debug-on-error set to true: Signalling: (wrong-type-argument listp __uninitialized__) gnus-group-highlight-line() run-hooks(gnus-group-update-hook) gnus-group-insert-group-line("dummy.group" 0 nil 0 nil) gnus-update-group-mark-positions() gnus-update-format-specifications() gnus-setup-news(nil nil nil) byte-code("„ gnus(nil) call-interactively(gnus) execute-extended-command(nil) call-interactively(execute-extended-command) I tried to take a look at the gnus-group-highlight-line function and I found that the problem is that the gnus-group-highlight variable is set to __uninitialized__. But I wasn't able to go further and find why it was set to this value. The only workaround that I have found is to set gnus-visual to nil so that gnus-group-highlight-line isn't called, but now I really miss the visual features of Gnus. Could someone help me and tell me how I could correct that? Thanks. OBTW, I'm using Gnus 5.2.20. Michel.