gnu.emacs.sources
[Top] [All Lists]

Re: file-props.el

Subject: Re: file-props.el
From:
Date: 29 Jun 2006 02:06:18 -0700
Newsgroups: gnu.emacs.sources
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
gnu-emacs-sources@xxxxxxx
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

<Prev in Thread] Current Thread [Next in Thread>