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: Luc Teirlinck
Subject: Re: Bugs in newly added completion capabilities.
Date: Thu, 30 Jun 2005 13:32:14 -0500 (CDT)

Stefan Monnier wrote:

   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.

Sincerely,

Luc.




reply via email to

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