[net.emacs] wish list part 2

kramer (01/06/83)

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.