emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs completion matches selection UI


From: Stefan Monnier
Subject: Re: Emacs completion matches selection UI
Date: Fri, 03 Jan 2014 22:54:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> In `company-capf', we iterate though the completion-at-point-functions each
> time. This works, and works well enough, since the "does it fit" code is
> usually fast, but it looks fairly bizarre to me, logically.

Agreed.  It was just "the easy" way to fit it in.
"The right thing" would be to replace company-backends with
completion-at-point-functions.


        Stefan



reply via email to

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