From: utzoo!utcsrgv!kramer
Newsgroups: net.emacs
Title: wish list part 2
Article-I.D.: utcsrgv.815
Posted: Thu Jan  6 15:53:00 1983
Received: Thu Jan  6 16:39:05 1983

The following is a list of things that I would like to see in emacs:

1) that undo be buffer specific
2) that it be possible to maintain lists of strings to be used in command
   completion and that a command of the form
	(complete string list-of-strings)
   would complete string based on the strings in the list.  Also,
        (expand-word prompt list-of-strings)
   would get a word from the input line using command completion against
   the words in the list-of-strings.