[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: file-props.el
From: |
spamfilteraccount |
Subject: |
Re: file-props.el |
Date: |
29 Jun 2006 02:06:18 -0700 |
User-agent: |
G2/0.2 |
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.
- file-props.el, Mathias Dahl, 2006/06/27
- Re: file-props.el, spamfilteraccount, 2006/06/28
- Re: file-props.el, Mathias Dahl, 2006/06/29
- Re: file-props.el, Richard Stallman, 2006/06/29
- Re: file-props.el, Magnus Henoch, 2006/06/30
- Message not available
- Re: file-props.el, Mathias Dahl, 2006/06/30
- Re: file-props.el, Richard Stallman, 2006/06/30
- RE: file-props.el, Drew Adams, 2006/06/29
Re: file-props.el, Mathias Dahl, 2006/06/29