From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Binding a command to the down-event of a toolbar button Date: Sat, 01 Apr 2006 11:27:27 -0500 Message-ID: <87r74hl11n.fsf-monnier+emacs@gnu.org> References: <87slp5lrx2.fsf-monnier+emacs@gnu.org> <7dbe73ed0603300156k46cae26dhe01f5ddf3309a3a3@mail.gmail.com> <442D0206.3000609@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143908876 1326 80.91.229.2 (1 Apr 2006 16:27:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Apr 2006 16:27:56 +0000 (UTC) Cc: mathias.dahl@gmail.com, emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 01 18:27:49 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 1FPix3-00069L-4z for ged-emacs-devel@m.gmane.org; Sat, 01 Apr 2006 18:27:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPix2-0005c3-Kf for ged-emacs-devel@m.gmane.org; Sat, 01 Apr 2006 11:27:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPiwo-0005bg-H2 for emacs-devel@gnu.org; Sat, 01 Apr 2006 11:27:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPiwm-0005bB-Ts for emacs-devel@gnu.org; Sat, 01 Apr 2006 11:27:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPiwm-0005b7-QS for emacs-devel@gnu.org; Sat, 01 Apr 2006 11:27:32 -0500 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPizN-0002i7-Uk; Sat, 01 Apr 2006 11:30:14 -0500 Original-Received: from alfajor ([70.55.143.70]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060401162728.XLSV28586.tomts25-srv.bellnexxia.net@alfajor>; Sat, 1 Apr 2006 11:27:28 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id EB043D7887; Sat, 1 Apr 2006 11:27:27 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sat, 01 Apr 2006 08:45:40 -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:52296 Archived-At: > That is a bug, but I am very surprised we have such a bug. The events are > handled and generated an interrupt level, so how can it matter whether > redisplay is happening. > Are you running your change to move that processing out of the signal > handler? Maybe that change causes the problem. Hmm... that's a good point, I'll have to look deeper into it. Stefan