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: Keyboard grabs Date: Fri, 19 Apr 2002 22:24:30 +0200 (MEST) Sender: emacs-devel-admin@gnu.org Message-ID: <200204192024.WAA04206@pc35.bodenonline.com> References: <200204030456.g334uK011839@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1019248062 14221 127.0.0.1 (19 Apr 2002 20:27:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2002 20:27:42 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16yeys-0003hG-00 for ; Fri, 19 Apr 2002 22:27:42 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16yfIO-0000wo-00 for ; Fri, 19 Apr 2002 22:47:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16yeyb-0001xy-00; Fri, 19 Apr 2002 16:27:25 -0400 Original-Received: from stubby.bodenonline.com ([213.115.192.62]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16yewl-0001ta-00; Fri, 19 Apr 2002 16:25:31 -0400 Original-Received: from pc35.bodenonline.com (IDENT:root@pc35.bodenonline.com [195.196.29.227] (may be forged)) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id g3JKN9X6009637; Fri, 19 Apr 2002 22:23:11 +0200 Original-To: rms@gnu.org In-Reply-To: <200204030456.g334uK011839@aztec.santafe.edu> from "Richard Stallman" at apr 02, 2002 09:56:20 X-Mailer: ELM [version 2.5 PL0pre8] Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2807 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2807 > > Is someone working on making Emacs do a global grab > when it displays a menu? If no one is, I can do it. On a related note, is there a reason why Emacs queues keyboard events while menus are mapped? That is, if I click on a menu, press "Hello world", and then clicks down the menu, the "Hello world" is inserted into the current buffer. I have never seen any application doing anything like it. Can that be removed? I would suspect that it can lead to surprises if keyboard shortcuts are implemented for menus. If you hit the wrong key when a menu shortcut was intended, you don't want that key to go into the buffer later when the menu dissapears. Jan D.