[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugs in newly added completion capabilities.
From: |
Stefan Monnier |
Subject: |
Re: Bugs in newly added completion capabilities. |
Date: |
Thu, 30 Jun 2005 15:42:24 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> I am not arguing for allowing lists of symbols rather than lists of
> strings, but mixed lists of strings and symbols _are_ currently allowed
> and try-completion and all-completions now nearly everywhere treat symbols
> as being completely equivalent to (symbol-name 'symbol) since the
> following change made relatively recently (I thought we were in a feature
> freeze, but anyway):
I understand that. I was just arguing against that recent change.
> I don't like the idea of adding "" at the beginning of a completion table.
> Here I have a good reason, which is that it changes the behavior:
> (try-completion "" '("aaa" "aab" "aac")) => "aa"
> (try-completion "" '("" "aaa" "aab" "aac")) => ""
> Of course, the person consing "" to the front of the completion table
> will have to write his code to expect the second answer.
What if the code *needs* the first answer?
Stefan
- Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/27
- Re: Bugs in newly added completion capabilities., Richard M. Stallman, 2005/06/28
- Re: Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/28
- Re: Bugs in newly added completion capabilities., Richard M. Stallman, 2005/06/29
- Re: Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/29
- Re: Bugs in newly added completion capabilities., Miles Bader, 2005/06/30
- Re: Bugs in newly added completion capabilities., Kim F. Storm, 2005/06/30
- Re: Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/30
- Re: Bugs in newly added completion capabilities., Stefan Monnier, 2005/06/30
- Re: Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/30
- Re: Bugs in newly added completion capabilities.,
Stefan Monnier <=
- Re: Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/30
- Re: Bugs in newly added completion capabilities., Stefan Monnier, 2005/06/30
- Re: Bugs in newly added completion capabilities., Kim F. Storm, 2005/06/30
- Re: Bugs in newly added completion capabilities., Richard M. Stallman, 2005/06/30
Re: Bugs in newly added completion capabilities., Luc Teirlinck, 2005/06/29