emacs-devel
[Top][All Lists]
Advanced

[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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]