Andy Piper wrote:
Please tell me if things are better after my latest patch.
Unfortunately not.
But if this may be helpful, I've found a way to reproduce this crash:
Start xemacs -vanilla (from within gdb).
Open two or more files of same type (e.g. *.el files) in order to have all of
their buffer tabs displayed at the same time (as buffers-tab-selection-function
is set to select-buffers-tab-buffers-by-mode by default).
Clicking randomly on the different tabs works fine.
Do a M-x font-lock-mode. Click on a tab -> boom ...
I've checked this with Emacs-Lisp and Shell-script major mode, but I think it
should show the same behaviour for all the other modes.
Markus