Gnus development mailing list
 help / color / mirror / Atom feed
* [bug report] error with gnus-thread-hide-subtree
@ 2006-03-15 23:38 Ralf Wachinger
  2006-03-22  0:36 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Wachinger @ 2006-03-15 23:38 UTC (permalink / raw)


Hi,

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))
|   gnus-summary-hide-all-threads((lambda (elem) (or (gnus-article-unread-p elem) (gnus-article-unseen-p elem))))
|   gnus-summary-maybe-hide-threads()
|   gnus-summary-read-group-1("de.comm.software.newsreader" nil t nil nil nil)
|   gnus-summary-read-group("de.comm.software.newsreader" nil t nil nil nil nil)
|   gnus-group-read-group(nil t)
|   gnus-group-select-group(nil)
|   gnus-topic-select-group(nil)
|   call-interactively(gnus-topic-select-group)
`----

See also the posting
http://groups.google.com/group/gnu.emacs.gnus/msg/51383c930e2a2e61
where a similar error is reported.

The error occurs no matter which group, or if there are unread articles
in a group or not, or how many articles I select for display in the
summary buffer.

I use: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

Regards,
Ralf Wachinger <rwachinger@gmx.de>
2006-03-16




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

* Re: [bug report] error with gnus-thread-hide-subtree
  2006-03-15 23:38 [bug report] error with gnus-thread-hide-subtree Ralf Wachinger
@ 2006-03-22  0:36 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2006-03-22  0:36 UTC (permalink / raw)
  Cc: ding

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



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

end of thread, other threads:[~2006-03-22  0:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-15 23:38 [bug report] error with gnus-thread-hide-subtree Ralf Wachinger
2006-03-22  0:36 ` 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).