From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: inappropriate whole-frame flicker Date: 28 Aug 2003 19:42:39 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <86he41of00.fsf@gerd.free-bsd.org> References: <86brugya92.fsf@gerd.free-bsd.org> <861xvayk75.fsf@gerd.free-bsd.org> <8665klr8fe.fsf@gerd.free-bsd.org> <861xv7c94c.fsf@gerd.free-bsd.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062103484 20554 80.91.224.253 (28 Aug 2003 20:44:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2003 20:44:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Aug 28 22:44:42 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19sTdJ-0005XZ-00 for ; Thu, 28 Aug 2003 22:44:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19sTkM-00072P-00 for ; Thu, 28 Aug 2003 22:51:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19sTWB-0002cY-1I for emacs-devel@quimby.gnus.org; Thu, 28 Aug 2003 16:37:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19sTNv-0007z4-0v for emacs-devel@gnu.org; Thu, 28 Aug 2003 16:28:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19sTM2-0006qn-Gf for emacs-devel@gnu.org; Thu, 28 Aug 2003 16:26:52 -0400 Original-Received: from [194.25.134.85] (helo=mailout11.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.22) id 19sTFR-0003Vl-01; Thu, 28 Aug 2003 16:20:01 -0400 Original-Received: from fwd07.aul.t-online.de by mailout11.sul.t-online.com with smtp id 19sQnU-0004aR-08; Thu, 28 Aug 2003 19:43:00 +0200 Original-Received: from gerd.free-bsd.org (GvEXr8ZCwePWo8+m3g75pR5w68Y5GekEDrkgmjiCRWex1q6zdoPLwG@[80.130.118.122]) by fwd07.sul.t-online.com with esmtp id 19sQnG-0U78520; Thu, 28 Aug 2003 19:42:46 +0200 Original-Received: from gerd.free-bsd.org (localhost [127.0.0.1]) by gerd.free-bsd.org (8.12.9/8.12.9) with ESMTP id h7SHgil6005711; Thu, 28 Aug 2003 19:42:44 +0200 (CEST) (envelope-from gerd.moellmann@t-online.de) Original-Received: (from gerd@localhost) by gerd.free-bsd.org (8.12.9/8.12.9/Submit) id h7SHgdCJ005708; Thu, 28 Aug 2003 19:42:39 +0200 (CEST) X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Original-To: rms@gnu.org In-Reply-To: Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Seen: false X-ID: GvEXr8ZCwePWo8+m3g75pR5w68Y5GekEDrkgmjiCRWex1q6zdoPLwG X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16179 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16179 Richard Stallman 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.