Just a followup for posterity: Kim Storm installed the following
simple fix to dispnew.c, which has apparently solved this common (for
me) glyph-related SEGFAULT.

revision 1.354
date: 2005/08/16 14:58:16;  author: kfstorm;  state: Exp;  lines: +3 -0
(increment_row_positions): Skip non-enabled rows.

if (!row->enabled_p)
  return;

Thanks Kim!




_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to