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: Fri, 31 Jan 2014 09:34:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> 3. See it get automatically completed to "coooooooon", even though there
> are many dynamic variables that start with "co".

Right, the completion first tries locally let-bound vars.  It only tries
to complete against global vars once this fails.


        Stefan





reply via email to

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