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

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

Re: Completion at point with empty prefix?


From: Stefan Monnier
Subject: Re: Completion at point with empty prefix?
Date: Thu, 29 Nov 2012 23:18:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> How do I set that up? I have a completion-at-point function working, but
> if START is the same as END in the returned list, `completion-at-point'
> just says "No symbol here".

That doesn't sound right.  START==END should work correctly.

"No symbol here" sounds like an error returned by thingatpt.el, which is
not used by any generic part of the completion code, AFAIK.
IOW, I suspect you have a bug in your completion-at-point-function.


        Stefan




reply via email to

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