| Age | Commit message (Collapse) | Author |
|
|
|
Delete later such that candidates which match the input
exactly (corfu--move-to-front) are deduplicated.
|
|
|
|
|
|
This reverts commit 1d8cf388c842881fe7603ee621a2b26207cf4fcb.
|
|
|
|
|
|
|
|
|
|
|
|
Move quitting for single exactly matching candidates to
corfu-auto--complete-deferred.
|
|
|
|
This way local hooks can be installed before and after corfu-auto--post-command.
|
|
|
|
|
|
|
|
The beginning position should not change. By using a fixed integer, it won't
move in unintended ways.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In this case posn-at-point returns nil.
|
|
Improve readability of (frame-list).
|
|
|
|
|
|
In contrast to GUI, there is no advantage in deferring frame hiding, since there
is no communication with an X server.
|
|
|
|
|
|
|
|
|
|
|
|
|