From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Disabled menu items disable HELP Date: Sat, 11 Feb 2006 18:05:31 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139706932 25741 80.91.229.2 (12 Feb 2006 01:15:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 01:15:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 12 02:15:28 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 1F85po-0007v6-5R for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 02:15:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F85pn-0003sP-0s for ged-emacs-devel@m.gmane.org; Sat, 11 Feb 2006 20:15:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F81Bt-0001Zx-5Y for emacs-devel@gnu.org; Sat, 11 Feb 2006 15:18:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F80dT-0006Cd-8r for emacs-devel@gnu.org; Sat, 11 Feb 2006 14:42:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F80Id-0007Yj-SK for emacs-devel@gnu.org; Sat, 11 Feb 2006 14:20:51 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7xJo-0006Gi-Se; Sat, 11 Feb 2006 11:09:53 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HVO22553; Sat, 11 Feb 2006 18:05:34 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-143-253.inter.net.il [80.230.143.253]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CRI53926 (AUTH halo1); Sat, 11 Feb 2006 18:05:32 +0200 (IST) Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:50378 Archived-At: > From: "Richard M. Stallman" > CC: emacs-devel@gnu.org > Date: Thu, 09 Feb 2006 20:12:16 -0500 > > 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? Done.