Chong Yidong <[EMAIL PROTECTED]> 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)? _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
