From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67955 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Error when enter a group. Date: Thu, 18 Dec 2008 18:41:12 +0900 Organization: Emacsen advocacy group Message-ID: References: <87y6yf88yj.fsf@sina.com> <87vdtigc5j.fsf@thinkpad.tsdh.de> <873aglri6e.fsf@sina.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229593361 31773 80.91.229.12 (18 Dec 2008 09:42:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2008 09:42:41 +0000 (UTC) Cc: ding@gnus.org To: anhnmncb Original-X-From: ding-owner+M16401@lists.math.uh.edu Thu Dec 18 10:43:46 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LDFQ2-0005QM-2L for ding-account@gmane.org; Thu, 18 Dec 2008 10:43:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LDFOI-0001c7-PY; Thu, 18 Dec 2008 03:41:58 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LDFOH-0001bo-Ct for ding@lists.math.uh.edu; Thu, 18 Dec 2008 03:41:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LDFOE-0004Ab-S8 for ding@lists.math.uh.edu; Thu, 18 Dec 2008 03:41:57 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LDFOR-00087N-00 for ; Thu, 18 Dec 2008 10:42:07 +0100 Original-Received: from localhost ([127.0.0.1]:42907) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1LDFNb-0002Lt-Bv; Thu, 18 Dec 2008 03:41:15 -0600 X-Hashcash: 1:20:081218:anhnmncb@sina.com::OrXuYdYKgzANRIKQ:000000000000000000000000000000000000000000005y0n X-Hashcash: 1:20:081218:ding@gnus.org::CYELMXSOklv37Hcu:00000iH0 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:VsqmmGY/wTCc5pzURhScFgsQtQ0= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67955 Archived-At: >>>>> anhnmncb wrote: > Debugger entered--Lisp error: (void-function nil) > nil() > #[nil " ? " [nil undownload] 1]() > gnus-summary-limit-children(...) [...] > gnus-summary-initial-limit(nil) > gnus-summary-read-group-1("nnml:ml-vim" nil t nil nil nil) > gnus-summary-read-group("nnml:ml-vim" nil t nil nil nil nil) > gnus-group-read-group(nil t) > gnus-group-select-group(nil) > call-interactively(gnus-group-select-group nil nil) You seem to have a strange value in the `display' group parameter. By setting it to [nil undownload], I got a similar error as follows: Debugger entered--Lisp error: (void-function undownload) undownload() #[nil "\300\301 !\207" [nil undownload] 2]() Try the `G c' command on the nnml:ml-vim group line in the *Group* buffer and look for `undownload'. Otherwise, check the value of the variable `gnus-parameters', that may be found in your ~/.gnus.el file. Regards,