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

Re: BUG: emacs-4m regexp stack overflow with long lines??



>>>>> In [emacs-w3m : No.07249] Katsumi Yamaoka wrote:

> In addition, to examine the Lisp backtrace is generally helpful.
> To make it contain useful informations, do the following:

> M-x set-variable RET debug-on-error RET t RET
> M-x load-library RET w3m RET
> M-x load-library RET w3m-form RET

Oops, that's meaningless.  Use the following instead.

M-x set-variable RET debug-on-error RET t RET
M-x load-library RET w3m.el RET
M-x load-library RET w3m-form.el RET

> And then perform the operation in which the error occurs.  In
> order to redo it, type:

> M-x abort-recursive-edit RET