Joe Corneli <[EMAIL PROTECTED]> writes:
> I have some data structure that is similar to the list of buffers. Is
> the easiest way for me to make a selection interface for this list to
> modify the code from buff-menu.el or is there some "more generic"
> selection interface that would be a better starting place?
Have a look at completing-read
Note that when you type TAB during a completing-read, it displays all
the available completions.
(completing-read "What? " '("Apple" "Orange" "Watermelon" "Melon" "Banana"))
--
__Pascal Bourguignon__ http://www.informatimago.com/
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs