]> git.eshelyaron.com Git - sweep.git/commit
ADDED: in-buffer completions for arithmetic functions
authorEshel Yaron <me@eshelyaron.com>
Sun, 22 Oct 2023 19:50:02 +0000 (21:50 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 22 Oct 2023 19:50:02 +0000 (21:50 +0200)
commit9352db02765ca6e26eb53998bc3d4640aed9f611
treea72a429dc89d46ef87adc05b81b4a9f55da0a917
parent5dd4650ba36517754782ae1bc9871ccfb4546d92
ADDED: in-buffer completions for arithmetic functions

* sweep.pl (sweep_function_functors_collection/2)
(sweep_functions_collection/2): New predicates.
(sweep_context_callable_arg/4): Recognize arithmetic functions.

* sweeprolog.el (sweeprolog-arith-functor-completion-candidates)
(sweeprolog-arith-completion-candidates): New functions, used in...
(sweeprolog--atom-or-functor-completion-at-point): ...here.

* sweep.texi (Code Completion): Document arithmetic function completion.
* sweeprolog-tests.el: Test it.
sweep.pl
sweep.texi
sweeprolog-tests.el
sweeprolog.el