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

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

bug#11906: 24.1; completion-at-point failures


From: Dmitry Gutov
Subject: bug#11906: 24.1; completion-at-point failures
Date: Fri, 06 Dec 2013 03:02:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 05.12.2013 06:33, Stefan Monnier wrote:
Looks OK, thank you.

Installed, seems to work fine.

> We may want to extend it at some point with
a predicate that can test if the cache is stale, but for now it's
probably good enough.

Probably, but for its primary usage (amortizing the 2-3 lookups `completion-at-point' does) even the `string-prefix-p' check is redundant, just as long as we create a new completion-table each time our completion-at-point function is called, and not cache it in a var.


Leo, do you consider this bug fixed now, or would you like to provide a reproduction scenario for the ObjC selector completion cycling problem, mentioned in the initial report?





reply via email to

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