Mathias Dahl wrote:
>
> > - tag completion when adding new tags (to promote resuing existing
> > tags)
>
> This could be easily done by using `completing-read' instead of
> `read-string' as when searching for tags, but it would be hard to
> combine this with supporting entering multiple tags with a comman in
> between.  (This is where Drew comes in and mentions icicle's amazing
> multi choice stuff... :)
>

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.

_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to