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: Assignment of misc packages for emacs Date: Thu, 16 May 2002 01:21:57 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200205160721.g4G7Lvg18157@aztec.santafe.edu> References: <200205050534.g455YfF01634@aztec.santafe.edu> <5xbsbumexh.fsf@kfs2.cua.dk> <200205141941.g4EJfud15293@aztec.santafe.edu> <5xvg9qmgzt.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021533894 21625 127.0.0.1 (16 May 2002 07:24:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 16 May 2002 07:24:54 +0000 (UTC) Cc: assign@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 178Fd8-0005cg-00 for ; Thu, 16 May 2002 09:24:54 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 178Fp1-0003k7-00 for ; Thu, 16 May 2002 09:37:11 +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 178FdD-0006F8-00; Thu, 16 May 2002 03:24:59 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178FaI-00067n-00; Thu, 16 May 2002 03:21: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 g4G7Lvk02636; Thu, 16 May 2002 01:21:57 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g4G7Lvg18157; Thu, 16 May 2002 01:21:57 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: kfs@cua.dk In-Reply-To: <5xvg9qmgzt.fsf@kfs2.cua.dk> (no-spam@cua.dk) 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:3990 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3990 > This sounds like the existing feature for handling menus on character > ttys. Could you see how they compare? I can see the similarity in functionality, but for the simple use for which it is intended, I like mine better, as it is less intrusive and more similar to a keymap "with intermediate help in echo area". We may be miscommunicating; when you speak of a keymap "with intermediate help in echo area", I think you're talking of the feature I'm talking about, which handles menus (keymaps) on character ttys. (defun replace-menu () "Run a replace command specified in replace-commands." (interactive) (mini-menu replace-mini-menu)) What will that do under X? Use the echo area? It might be better to construct and use a menu keymap; that would do more or less the same thing on a tty, but under X, it would display a real menu.