From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Disabled menu items disable HELP Date: Thu, 09 Feb 2006 20:12:16 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139534251 5355 80.91.229.2 (10 Feb 2006 01:17:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2006 01:17:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 10 02:17:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7MuY-0001iZ-AX for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 02:17:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7MuW-0008TL-Bi for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 20:17:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7Mpf-0005vC-1L for emacs-devel@gnu.org; Thu, 09 Feb 2006 20:12:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7Mpe-0005u6-B2 for emacs-devel@gnu.org; Thu, 09 Feb 2006 20:12:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Mpd-0005tR-Mb for emacs-devel@gnu.org; Thu, 09 Feb 2006 20:12:17 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7MtI-00032T-Ni for emacs-devel@gnu.org; Thu, 09 Feb 2006 20:16:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F7Mpc-0000LJ-8u; Thu, 09 Feb 2006 20:12:16 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 08 Feb 2006 19:18:46 +0200) 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: news.gmane.org gmane.emacs.devel:50292 Archived-At: Perhaps we should introduce a special variable that, when non-nil, allows the disabled menu items to send their events to the input queue. HELP commands could then bind this variable. That is exactly the solution I thought of, after I read the first half of your message. C-h c and C-h k can bind that variable in their interactive specs, around calling read-key-sequence. Would you like to implement this?