emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: menu system in recent Emacs?


From: Eric Schulte
Subject: Re: menu system in recent Emacs?
Date: Wed, 02 May 2012 14:00:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> On Wed, 02 May 2012 20:52:35 +0200 Tassilo Horn <address@hidden> wrote: 
>
> TH> Ted Zlatanov <address@hidden> writes:
> TZ> What's a good multiple-choice menu library in Emacs?
>
> TH> What about the `widget' library which is used by customize?
>
> That's nice for UI work, but really complicated for just choosing one of
> 3-10 options, and it doesn't pop up a temporary buffer like `tmm-prompt'.
>

You may not want to (require 'org), but the following is my favorite
multiple-choice prompt.

  (org-icompleting-read
   "Pick a color: "
   '("red" "white" "blue" "black" "brown"))

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

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