From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: allocate_string_data memory corruption Date: Tue, 24 Jan 2006 18:57:22 +0100 Message-ID: References: <87vewha2zl.fsf@stupidchicken.com> <87zmlq6w62.fsf-monnier+emacs@gnu.org> <874q3v6a65.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138127285 13314 80.91.229.2 (24 Jan 2006 18:28:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 18:28:05 +0000 (UTC) Cc: cyd@stupidchicken.com, Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 19:28:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1Sre-0007MU-7I for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 19:25:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1SuL-0008UQ-JT for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 13:28:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1SWE-0007Cw-Jg for emacs-devel@gnu.org; Tue, 24 Jan 2006 13:03:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1STs-0005Hs-4q for emacs-devel@gnu.org; Tue, 24 Jan 2006 13:01:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1STq-0005Gw-Vw for emacs-devel@gnu.org; Tue, 24 Jan 2006 13:01:23 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F1SYk-0001lw-NM; Tue, 24 Jan 2006 13:06:26 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id A157B47FE8A; Tue, 24 Jan 2006 18:58:23 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Tue, 24 Jan 2006 11:46:38 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49492 Archived-At: "Richard M. Stallman" writes: > One possible solution would be to realize the mouse-highlighted version > of each face when we realize the face itself. In effect, that means > calling realize_face earlier, so that when lookup_face is called > in the signal handler, it will find what it needs. All of this seems much trickier than just defining SYNC_INPUT by default. -- Kim F. Storm http://www.cua.dk