emacs-devel
[Top][All Lists]
Advanced

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

Re: 22.0.50 SEGFAULT


From: JD Smith
Subject: Re: 22.0.50 SEGFAULT
Date: Mon, 19 Sep 2005 16:18:43 -0700
User-agent: Pan/0.14.2.91 (As She Crawled Across the Table)

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!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]