emacs-devel
[Top][All Lists]
Advanced

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

Re: Is intellisense features integration in Emacs technically possible?


From: Stefan Monnier
Subject: Re: Is intellisense features integration in Emacs technically possible?
Date: Fri, 24 Jan 2014 08:20:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> continuation". There does not seem to be a need to return a function
> which is called to run another function? Just letting the Emacs code
> know that we might add completions later and then calling some
> well-known function with additional completions once they are available
> would be sufficient I think?

It's the same, except that the "well-known" won't be a function name but
the function you receive as argument, which makes it possible for it to
be a closure that holds various side-info which can change over time.


        Stefan



reply via email to

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