Hi again,
On 10 Jan 2004, Steve Youngs wrote:
 On 10 Jan 2004, rainer.trusch(a)students.uni-mainz.de wrote:
> When I try to do a gnus-summary-reply-with-original or
> gnus-summary-followup-with-original with an byte-compiled
> trivial-cite (0.13.3) xemacs crashes. Without byte-compiling it's
> no problem.
 This has been cited with a byte-compiled trivial-cite 0.13.3,
 using...
> (autoload 'trivial-cite "tc" t t)
> (setq message-cite-function 'trivial-cite)
 ...these settings.  Sorry, no crash.
> (setq tc-make-attribution 'kai-tc-simple-attribution)
 I haven't seen this function yet, but I'd be very surprised if it
 was the culprit. 
As mentioned in the other mail it is part of tc.
> ./configure [...] '--use-regex-malloc=no'
 Maybe, don't do this.  Because of...
> WARNING:
> ----------------------------------------------------------- Using
> alloca to allocate the failure stack.  It may be impossible to
> detect stack exhaustion, and you will crash.  Do NOT use this build
> of XEmacs for ordinary work.  WARNING:
> -----------------------------------------------------------
 ...this. 
I found it in the debian source package. Should I set it to yes or
completly remove the option?
Rainer