[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: inappropriate whole-frame flicker
From: |
Gerd Moellmann |
Subject: |
Re: inappropriate whole-frame flicker |
Date: |
28 Aug 2003 19:42:39 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Richard Stallman <address@hidden> writes:
> We could find these bugs systematically with debugging code
Another idea:
Forbid setting glyph members directly, for example, give the members
funny names that can be easily grepped for.
Then provide a procedural interface, an inline function or a macro,
with a parameter for each glyph member. Then setting glyph members
would be an all or nothing operation.
Dunno how much work that is.