summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-11fixasyncDaniel Mendler
2022-12-11FixesDaniel Mendler
2022-12-11SimplifyDaniel Mendler
2022-12-11Make the predicate asynchronousDaniel Mendler
2022-12-11RenameDaniel Mendler
2022-12-11SimplifyDaniel Mendler
2022-12-11Introduce :continue-predicate extensionDaniel Mendler
2022-12-11Fix predicate for asynchronous capfDaniel Mendler
2022-12-11SimplifyDaniel Mendler
2022-12-11Rename corfu-async to async-completion-at-point-functionDaniel Mendler
2022-12-11SimplifyDaniel Mendler
2022-12-11Add support for asynchronous CapfsDaniel Mendler
2022-12-10Update changelogDaniel Mendler
2022-12-05Align popups at the bottom when the doc popup is taller than the candidates ↵galeo
popup and limit height of the doc popup to avoid exceeding the parent frame (#273) * corfu-popupinfo: Align popups at the bottom when doc popup is taller (#271) * corfu-popupinfo: Ensure y value is not negative (#271) * corfu-popupinfo: Limit popup height to avoid exceeding the parent frame * Minor simplification Co-authored-by: Daniel Mendler <mail@daniel-mendler.de>
2022-12-05corfu-popupinfo: Align popups at the bottom, if above input (Fix #271, Fix #272)Daniel Mendler
2022-12-05Fix docstringDaniel Mendler
2022-12-04popupinfo: Remap beg/end-other-window (#270)JD Smith
2022-12-04Revert "popupinfo: Remap beg/end-other-window (#270)"Daniel Mendler
This reverts commit 218315a12ad3e01545a52784785457140af54934.
2022-12-04popupinfo: Remap beg/end-other-window (#270)JD Smith
2022-12-04Add inhibit-redisplayDaniel Mendler
2022-12-04popupinfo--get-documentation: inhibit redisplay to prevent flashing (#269)JD Smith
2022-12-03Version 0.340.34Daniel Mendler
2022-12-01Use function from minibuffer.elDaniel Mendler
2022-11-30Update changelogDaniel Mendler
2022-11-30Update changelogDaniel Mendler
2022-11-30Take corfu-default face height into account for popup size (Fix #149)Daniel Mendler
Try this: (set-face-attribute 'corfu-default nil :height 0.8)
2022-11-30Use with-silent-modificationsDaniel Mendler
2022-11-29corfu-popupinfo: Rename always-* to force-*Daniel Mendler
2022-11-29Update changelogDaniel Mendler
2022-11-29corfu-popupinfo: Add minimum popup size, improve direction configuration (#264)galeo
2022-11-29Emacs 29 flicker reductionDaniel Mendler
2022-11-29corfu-popupinfo: Ensure that popup is hidden if corfu-popupinfo-delay is nilDaniel Mendler
2022-11-26Remove some unnecessary offsets (See #263)Daniel Mendler
2022-11-26corfu-popupinfo: Ensure that x-position is positive (Fix #263)Daniel Mendler
2022-11-26corfu-popupinfo: Remove warningDaniel Mendler
2022-11-25corfu-quit-no-match: Expand docstring (See #262)Daniel Mendler
2022-11-24README: Remove unnecessary linksDaniel Mendler
Produces better texinfo output.
2022-11-24Fix docstring warings (Fix #260)Daniel Mendler
2022-11-24Update readmeDaniel Mendler
2022-11-24Expand commentDaniel Mendler
2022-11-24Add commentDaniel Mendler
2022-11-24corfu-popupinfo: Make sure the popup has a minimum height of 1 line (#261)galeo
2022-11-23corfu-popupinfo: Minor cleanupDaniel Mendler
2022-11-23Improve error messagesDaniel Mendler
2022-11-23Update changelogDaniel Mendler
2022-11-23corfu-popupinfo: Add missing visibility checkDaniel Mendler
2022-11-23corfu-popupinfo: Only transition when the popup is visible (#259)galeo
Fix #258
2022-11-22corfu-popupinfo--get-location: Ensure that previewed buffer is killedDaniel Mendler
2022-11-22corfu-popupinfo/corfu-info: Handle nil location gracefullyDaniel Mendler
2022-11-22corfu-popupinfo: Popup should be displayed again after an error (Fix #256)Daniel Mendler