[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Assignment of misc packages for emacs
From: |
Richard Stallman |
Subject: |
Re: Assignment of misc packages for emacs |
Date: |
Fri, 17 May 2002 13:29:40 -0600 (MDT) |
> So it's basically equivalent to
>
> (defun mini-menu (menu)
> (message (mapconcat #'cadr menu " "))
> (call-interactively (or (nth 2 (assoc (read-char) menu))
> (error "Unknown key"))))
Essentially, yes. There are a few more twists to it, but you got
the essentials right!
Are you saying that this new feature is implemented using the
HierarKey menu feature, as above? That is good.
However, I was advocating for adding a very simple way for packages
to query the user for "trivial" selections as an alternative to
using keymaps and adding prompting at the same time...
Could you send me the actual code?
- Re: Assignment of misc packages for emacs, (continued)
- Re: Assignment of misc packages for emacs, Richard Stallman, 2002/05/16
- Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/05/16
- Re: Assignment of misc packages for emacs, Eli Zaretskii, 2002/05/15
- Re: Assignment of misc packages for emacs, Andreas Schwab, 2002/05/15
- Re: Assignment of misc packages for emacs, Eli Zaretskii, 2002/05/15
- Re: Assignment of misc packages for emacs, Andreas Schwab, 2002/05/15
- Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/05/15