From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-l while in menu? Date: Mon, 22 Apr 2002 01:46:57 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200204220746.g3M7kvY01878@aztec.santafe.edu> References: <200204072343.g37NhIC20114@aztec.santafe.edu> <200204201727.g3KHRD401381@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019461744 24868 127.0.0.1 (22 Apr 2002 07:49:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 07:49:04 +0000 (UTC) Cc: gerd@gnu.org, 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 16zYZM-0006Sz-00 for ; Mon, 22 Apr 2002 09:49:04 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zYZw-00066K-00 for ; Mon, 22 Apr 2002 09:49:41 +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 16zYZ4-00056V-00; Mon, 22 Apr 2002 03:48:46 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zYXK-0004uh-00; Mon, 22 Apr 2002 03:46:58 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g3M7kva01344; Mon, 22 Apr 2002 01:46:57 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g3M7kvY01878; Mon, 22 Apr 2002 01:46:57 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: Pavel@janik.cz In-Reply-To: (Pavel@janik.cz) 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:2991 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2991 > It might not be easy to find key bindings for it, though. I think it is very easy. We should use F10, and invent new variable f10-should-use-tmm (this is only idea to exactly describe its meaning...) defaulting to nil. What key bindings does XEmacs use for this feature? Maybe we should use the same ones, if there is no disadvantage. Another menu feature that users have asked for is a way to display proper-looking menus on ttys. The idea is that they would look as much like X toolkit menus as is possible on a tty. These menus could be implemented in xdisp.c by overwriting the menu contents into the desired glyphs array for the frame. (There is just one glyphs array for an entire frame, on a tty.) These menus could be controlled by the same tty commands that you are implementing in menus under X. This way we could replace tmm completely.