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: Sat, 20 Apr 2002 11:48:34 +0200 (MEST) Sender: emacs-devel-admin@gnu.org Message-ID: <200204200948.LAA05506@pc35.bodenonline.com> References: 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 1019296327 32149 127.0.0.1 (20 Apr 2002 09:52:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2002 09:52:07 +0000 (UTC) Cc: rms@gnu.org, 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 16yrXL-0008MQ-00 for ; Sat, 20 Apr 2002 11:52:07 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16yrr7-00024W-00 for ; Sat, 20 Apr 2002 12:12:33 +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 16yrX0-0006iX-00; Sat, 20 Apr 2002 05:51:46 -0400 Original-Received: from stubby.bodenonline.com ([213.115.192.62]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16yrUW-0006bM-00; Sat, 20 Apr 2002 05:49:12 -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 g3K9kuX6017076; Sat, 20 Apr 2002 11:46:57 +0200 Original-To: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) In-Reply-To: from "Pavel =?iso-8859-2?q?Jan=EDk?=" at apr 19, 2002 11:03:55 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:2825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2825 > > 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. > > this is no longer true for about fifteen minutes ;-) I have committed > a patch which removes that. See my other e-mail. Cool, cvs up:ing now. Jan D.