Richard Stallman <[EMAIL PROTECTED]> writes: > Instead of the comma thing you could do multiple completing-reads until > the user gives empty input. This way multiple tags could be entered > with the ability to complete individual tags. > > That would be really inconvenient in practical use. It would be > better to use a single minibuffer call, and define a completion > command that operates on the text since the last comma.
That already exists; see `completing-read-multiple' in crm.el. Magnus _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
