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: Mon, 22 Apr 2002 20:41:38 +0200 (CEST) Sender: emacs-devel-admin@gnu.org Message-ID: <200204221914.VAA14167@pc35.bodenonline.com> References: <200204201727.g3KHRmn01459@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 1019503119 3303 127.0.0.1 (22 Apr 2002 19:18:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 19:18:39 +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 16zjKh-0000rA-00 for ; Mon, 22 Apr 2002 21:18:39 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zjLW-0004s9-00 for ; Mon, 22 Apr 2002 21:19:31 +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 16zjKL-0008RH-00; Mon, 22 Apr 2002 15:18:17 -0400 Original-Received: from stubby.bodenonline.com ([213.115.192.62]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zjHc-0008Hu-00; Mon, 22 Apr 2002 15:15:28 -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 g3MJCwjg026775; Mon, 22 Apr 2002 21:12:59 +0200 In-Reply-To: <200204201727.g3KHRmn01459@aztec.santafe.edu> "from Richard Stallman at Apr 20, 2002 11:27:48 am" Original-To: rms@gnu.org 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:3048 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3048 > But there should be a flag which controls whether to do the global > grab. Perhaps the flag should be nil for an uninstalled Emacs. That > is an easy way to arrange that the global grab will not occur when > debugging. I've installed keyboard grab. I've used a C-variable x_menu_grab_keyboard which one can set to zero to prevent the keyboard grab from the debugger. I didn't get fancy with the install suggestion, after all, the grab only causes problem if you suspend or stop Emacs while a menu is posted. Surely one can start Emacs from within the debugger in that case? Jan D.