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

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

bug#12898: 24.2.50.1; Completion is not passed further on in emacs-lisp,


From: Stefan Monnier
Subject: bug#12898: 24.2.50.1; Completion is not passed further on in emacs-lisp, org-mode etc.
Date: Thu, 15 Nov 2012 13:40:37 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> In elisp mode completion-at-point-functions is set to
> (lisp-completion-at-point t).  If I set it to (t), filename completion
> works as expected.  So, it's the lisp-completion-at-point that is not
> handing the completion over.

Indeed, lisp-completion-at-point should return nil when it determines
that it cannot provide completion information for the text around point.
Problem is: how should it determine that?


        Stefan





reply via email to

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