emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus crashes on threads deeper than 333 articles


From: Chong Yidong
Subject: Re: gnus crashes on threads deeper than 333 articles
Date: Tue, 05 Dec 2006 12:05:31 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Chris Moore <address@hidden> writes:

> Chong Yidong <address@hidden> writes:
>
>> How about this patch?  Instead of adding a new defcustom, we use the
>> safe recursive sorter by default, and try again with the non-recursive
>> sorter if an error is signalled.  The patch also regenerates
>> gnus-thread-indent-array if it becomes too small to handle a thread.
>
>> ! (defun gnus-make-thread-indent-array (&optional n)
>> !   (if (null n) (setq n 200))
>> !   (unless (and gnus-thread-indent-array
>> !           (= gnus-thread-indent-level gnus-thread-indent-array-level))
>> !     (setq gnus-thread-indent-array (make-vector 201 "")
>
> That 201 should be (1+ n)?

Yep.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]