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: Mon, 1 Nov 2004 13:21:40 +0100 Message-ID: <95713060-2C00-11D9-98EA-000D93505B76@swipnet.se> References: <7E7ABFB6-2693-11D9-9BC4-000D93505B76@swipnet.se> <41813425.2010001@swipnet.se> <4181EA7E.2020309@swipnet.se> <4185FC85.70100@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 1099312908 28881 80.91.229.6 (1 Nov 2004 12:41:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Nov 2004 12:41:48 +0000 (UTC) Cc: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 01 13:41:40 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 1CObVD-0002aX-00 for ; Mon, 01 Nov 2004 13:41:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CObdD-0002ph-NO for ged-emacs-devel@m.gmane.org; Mon, 01 Nov 2004 07:49:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CObcr-0002pA-Hx for emacs-devel@gnu.org; Mon, 01 Nov 2004 07:49:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CObcq-0002os-JL for emacs-devel@gnu.org; Mon, 01 Nov 2004 07:49:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CObcq-0002om-Cs for emacs-devel@gnu.org; Mon, 01 Nov 2004 07:49:32 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CObC4-0000cQ-UQ; Mon, 01 Nov 2004 07:21:53 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep02.bredband.com with ESMTP id <20041101122151.IRTF44.mxfep02.bredband.com@coolsville.localdomain>; Mon, 1 Nov 2004 13:21:51 +0100 In-Reply-To: <4185FC85.70100@swipnet.se> Original-To: emacs devel 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:29267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29267 > The reason for the difference in down_on_keypress is that when a popup > menu is up, the keyboard is grabbed, so no keypresses goes to the > Emacs frame anyway. ... and most importantly, you can navigate a popup menu (Lucid) with arrow keys (now that I fixed a bug that crashed Emacs). We don't want the arrow keys to pop the menu down. ESC can be used to pop the menu down. Jan D.