|
From: | Chong Yidong |
Subject: | Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100076: Unify complete-symbol with completion-at-point. |
Date: | Thu, 29 Apr 2010 11:32:42 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux) |
Stefan Monnier <address@hidden> writes: >> + (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). Thanks, I've checked in a fix.
[Prev in Thread] | Current Thread | [Next in Thread] |