|
| From: | Stefan Monnier |
| Subject: | Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100076: Unify complete-symbol with completion-at-point. |
| Date: | Wed, 28 Apr 2010 22:20:24 -0400 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> + (add-hook 'completion-at-point-functions 'semantic-ia-complete-symbol)
[...]
> +(defvar completion-at-point-functions '(complete-tag)
These don't look right: the functions on completion-at-point-functions
should not perform completion themselves, but should instead just return
the completion table to use (along with some aux info such as the part
of the buffer that's subject to completion).
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |