bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16604: 24.3.50; False negatives in lisp-completion-at-point


From: Stefan Monnier
Subject: bug#16604: 24.3.50; False negatives in lisp-completion-at-point
Date: Wed, 05 Feb 2014 08:53:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> `completion-metadata' requires both input string and a predicate (I guess,
> for maximum flexibility of functional completion tables).  Pass it an empty
> string and a nil?

Right.

> And completion boundaries requires suffix as an input.

The suffix is not a problem.  But the prefix is, because with an empty
string, the boundary will always be zero.  And we can't disallow tables
that return an explicit 0 boundary.

>> or not at all.
> Sounds good to me.

Yup, sounds pretty good.

>> Sounds like a bug in lisp-completion-at-point.
> See http://debbugs.gnu.org/16646.

Thanks.

> Sure, thanks for catching this.

Please install, thank you,


        Stefan





reply via email to

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