From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62347 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [bug report] error with gnus-thread-hide-subtree Date: Wed, 22 Mar 2006 09:36:23 +0900 Organization: Emacsen advocacy group Message-ID: References: <4418A572.2040706@wachinger.fqdn.th-h.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142987836 31253 80.91.229.2 (22 Mar 2006 00:37:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Mar 2006 00:37:16 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10874@lists.math.uh.edu Wed Mar 22 01:37:13 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLrLc-000645-6j for ding-account@gmane.org; Wed, 22 Mar 2006 01:37:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FLrLY-0007Ch-00; Tue, 21 Mar 2006 18:37:08 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FLrL6-0007Cc-00 for ding@lists.math.uh.edu; Tue, 21 Mar 2006 18:36:40 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FLrL2-0006bd-NP for ding@lists.math.uh.edu; Tue, 21 Mar 2006 18:36:40 -0600 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FLrKx-0002dT-00 for ; Wed, 22 Mar 2006 01:36:31 +0100 Original-Received: from [205.234.185.198] (port=34977 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1FLrLg-00080C-My; Tue, 21 Mar 2006 18:37:16 -0600 Original-To: Ralf Wachinger 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.110004 (No Gnus v0.4) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:2D7KIikRAesVea/OcRCUkiPOSDA= X-Hashcash: 1:20:060322:rwachinger@gmx.de::IslbEo8JgS0cs8Us:000000000000000000000000000000000000000000006JsS X-Hashcash: 1:20:060322:ding@gnus.org::cZ92m7aWsWvLR+D+:00000JmC X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.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 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62347 Archived-At: >>>>> In <4418A572.2040706@wachinger.fqdn.th-h.de> >>>>> Ralf Wachinger wrote: > I have tried the following example from the gnus manual out > ,----[ info "(gnus)More Threading" ] >| >| (setq gnus-thread-hide-subtree >| '(or gnus-article-unread-p >| gnus-article-unseen-p)) > `---- > Then the following error occurs: > ,----[ backtrace ] >| >| Debugger entered--Lisp error: (invalid-function (macro . #[(&optional number) >| "... unrepresentable characters ..." >| [number gnus-data-header gnus-data-find (gnus-summary-article-number)] 3 (".../gnus-sum.elc" . 107727)])) >| gnus-summary-article-header(5023) >| mapcar(gnus-summary-article-header (5023 5024 5025)) >| gnus-map-articles((lambda (elem) (or (gnus-article-unread-p elem) (gnus-article-unseen-p elem))) (5023 5024 5025)) [...] > See also the posting > http://groups.google.com/group/gnu.emacs.gnus/msg/51383c930e2a2e61 > where a similar error is reported. It happens because of calling a symbol macro. I've fixed it in the trunk and the v5-10 branch. Thank you for the report.