emacs-devel
[Top][All Lists]
Advanced

[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:43:11 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>    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"))  => ""

ELISP> (try-completion "" '([] "aaa" "aab" "aac"))
> "aa"

> So, [] should be consed to the front of the list.

Yuck,


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]