From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: alarm_signal_handler is called too frequently Date: Wed, 3 Nov 2004 18:26:10 +0100 Message-ID: <745212A0-2DBD-11D9-88B2-000D93505B76@swipnet.se> References: <7E7ABFB6-2693-11D9-9BC4-000D93505B76@swipnet.se> <41813425.2010001@swipnet.se> <4181EA7E.2020309@swipnet.se> <4185FC85.70100@swipnet.se> <41880288.2070706@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099502933 14506 80.91.229.6 (3 Nov 2004 17:28:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 17:28:53 +0000 (UTC) Cc: mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 18:28:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPOw6-0007Nu-00 for ; Wed, 03 Nov 2004 18:28:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPP4D-0003y9-Cz for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 12:37:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPP31-00039r-MX for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:35:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPP30-000394-6S for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:35:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPP2z-00038c-R2 for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:35:49 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPOuV-0000Va-0n; Wed, 03 Nov 2004 12:27:03 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep02.bredband.com with ESMTP id <20041103172701.LGHZ44.mxfep02.bredband.com@coolsville.localdomain>; Wed, 3 Nov 2004 18:27:01 +0100 In-Reply-To: Original-To: rms@gnu.org X-Mailer: Apple Mail (2.619) 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: main.gmane.org gmane.emacs.devel:29403 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29403 > Are you thinking of the menu bar? I think this code is concerned only > with popup menus; they are invoked with x-popup-menu, which is > analogous to x-popup-dialog. So it has nothing to do with KeyPress. Duh, I meant ButtonPress. Anyway, both popup menus and dialogs are equal in this regard. Jan D.