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: C-l while in menu? Date: Mon, 22 Apr 2002 21:47:34 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <3CC468D6.6060106@swipnet.se> 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-15; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019505083 7138 127.0.0.1 (22 Apr 2002 19:51:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 19:51:23 +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 16zjqN-0001r1-00 for ; Mon, 22 Apr 2002 21:51:23 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zjrD-0005ar-00 for ; Mon, 22 Apr 2002 21:52:16 +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 16zjqC-0003uo-00; Mon, 22 Apr 2002 15:51:12 -0400 Original-Received: from stubby.bodenonline.com ([213.115.192.62]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zjnJ-0003jU-00 for ; Mon, 22 Apr 2002 15:48:13 -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 g3MJjpjg027154; Mon, 22 Apr 2002 21:45:52 +0200 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.9+) Gecko/20020330 X-Accept-Language: en-us, en Original-To: =?ISO-8859-15?Q?Pavel_Jan=EDk?= X-MIME-Autoconverted: from 8bit to quoted-printable by stubby.bodenonline.com id g3MJjpjg027154 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:3051 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3051 Pavel Jan=EDk wrote: > 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 h= ome > 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 m= e > with this? I tried, but could not find any key. F10 is certainly not it. >=20 > ;-) I have already wrote that to xlwmenu.c as FIXME: >=20 > /* FIXME: Should F10 enter to menu? Which one? File? */ Motif marks/activates the first menu (File) but doesn't open it. You=20 have to do arrow down to open it. That way one can navigate the top=20 level menus (File, Edit and so on) without opening them. > 1. This is mainly about Options menu. Do you agree with it? >=20 > /* FIXME: Space should toggle toggleable menu item but not remove the m= enu > so you can toggle the next one without entering the menu again. */ >=20 Agree. >=20 > 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 cho= sen > the first one, because Left can be used to get the second one. OK? >=20 > /* FIXME: Should ESC close one level of menu structure or the complete = menu? */ Gtk: Closes whole structure. KDE + Motif: Closes one level. I prefer one level. >=20 > 3. I see that many of developers think that `yes' is the correct answer= to > this question ;-) >=20 > /* FIXME: Should F10 enter to menu? Which one? File? */ See above. >=20 >=20 > 4. This issue is pure FIXME, I hope that Jan will do that. >=20 This is in CVS now. You might want to recompile and test again, some=20 behaviour may have changed. For example, previously all Alt-key where=20 swallowed by the window manager on my system, now they are passed to the=20 menu. Jan D.