From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: C-l while in menu? Date: Mon, 22 Apr 2002 06:03:49 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200204221003.g3MA3na32560@rum.cs.yale.edu> References: <200204072343.g37NhIC20114@aztec.santafe.edu> <200204201727.g3KHRD401381@aztec.santafe.edu> <200204220746.g3M7kvY01878@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1019470789 4755 127.0.0.1 (22 Apr 2002 10:19:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 10:19:49 +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 16zavF-0001Ea-00 for ; Mon, 22 Apr 2002 12:19:49 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zavt-00013b-00 for ; Mon, 22 Apr 2002 12:20:30 +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 16zai9-0000oq-00; Mon, 22 Apr 2002 06:06:17 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zafn-0000cD-00 for ; Mon, 22 Apr 2002 06:03:51 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g3MA3na32560; Mon, 22 Apr 2002 06:03:49 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) 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:3016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3016 > > What key bindings does XEmacs use for this feature? > > Maybe we should use the same ones, if there is no disadvantage. > > To say the truth, I could not find the key that pop-up the menu in > XEmacs :-( I can not download newer version of XEmacs, because I'm at home > these days (illness, slow and rather expensive Internet connection). I've > tested xemacs-21.5.5.tar.gz but I did not find it :-( Can anyone help me > with this? It might be disabled by default or maybe it's just that you can't generate the proper event because your Alt key is mapped to Meta (either by xmodmap or by Emacs). > /* FIXME: Space should toggle toggleable menu item but not remove the menu > so you can toggle the next one without entering the menu again. */ Sounds good to me. > 2. Some GUI programs use ESC to get rid of the whole menu, some use it to > get rid of the last pane of sub menus. What should we do. I have chosen > the first one, because Left can be used to get the second one. OK? > > /* FIXME: Should ESC close one level of menu structure or the complete menu? */ I think your current choice is the right one. Stefan