Andy Piper <andy(a)xemacs.org> writes in xemacs-beta(a)xemacs.org:
What
happens if you insert this code from faces.c before WINDOW_FACE_CACHEL
is accessed:
> struct window *w = XWINDOW (domain);
> /* #### It's possible for this function to get called when
the
> face cachels have not been initialized. I don't know why. */
> if (!Dynarr_length (w->face_cachels))
> reset_face_cachels (w);
That cures the crash. I don't like it as a ``solution'' though.
Ugh. This XEmacs is really ugly. How do I make the menu underlines go
away?