emacs-devel
[Top][All Lists]
Advanced

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

Re: Documentation about the completion framework


From: Stefan Monnier
Subject: Re: Documentation about the completion framework
Date: Mon, 21 Jan 2019 22:37:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> Trying to understand this code: how is this different from computing
> candidates directly in my-completion-at-point-function and passing it down?

The completion function is not always called.
The completion-in-region-mode for example just calls
completion-at-point-function after each command (without looking up the
completion-table) just to see if we're still within the same field.


        Stefan




reply via email to

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