summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Collapse)Author
2024-02-06Attempt to fix Corfu popup on multiple EXWM monitorsexwm-fixDaniel Mendler
2024-01-23Version 1.21.2Daniel Mendler
2024-01-03Store extra properties in completion-in-region--dataDaniel Mendler
2024-01-03corfu--teardown: Handle dead buffer during teardownDaniel Mendler
2024-01-03corfu--make-frame: Minor cleanupDaniel Mendler
2024-01-02Bump copyright yearsDaniel Mendler
2023-12-30Replace keyword wp with textDaniel Mendler
2023-12-30Use global variables, store initial state separatelyDaniel Mendler
2023-12-30Also set child-frame-borderDaniel Mendler
See https://github.com/minad/corfu/commit/497c8534a267ec39ca80c7e27e70fca48c73563c
2023-12-30Also set child-frame-border-widthDaniel Mendler
2023-12-29Support the EXWM window managerDaniel Mendler
2023-12-29Use internal-border-width instead of child-frame-border-widthDaniel Mendler
2023-12-29corfu--auto-post-command: Remove unnecessary conditionDaniel Mendler
2023-12-29Allocate auto timer onceDaniel Mendler
- corfu--auto-complete-deferred: Do not reset timer - corfu--auto-post-command: Simplify
2023-12-29Try to reuse timer (see #404)reuse-timerDaniel Mendler
With this change the Corfu PCH doesn't appear anymore in the profile as long as auto completion doesn't trigger, for example when repeatedly pressing a DEL a DEL a DEL...
2023-12-27Version 1.11.1Daniel Mendler
2023-12-23corfu--move-to-front: Handle duplicatesDaniel Mendler
2023-12-22Refactoring, Simplify handling of corfu-on-exact-match=showDaniel Mendler
2023-12-22Support displaying the popup when there is only one exact match (#396) (#401)galeo
2023-12-22Expand a few docstringsDaniel Mendler
2023-12-08Update commentDaniel Mendler
2023-12-08Rename functionDaniel Mendler
2023-12-07Preserve text properties for the :exit-function where possibleDaniel Mendler
2023-12-07Add corfu--delete-dups. Keep duplicates with differing properties.Daniel Mendler
2023-12-07Update issue links in commentsDaniel Mendler
2023-12-07Extract function corfu--call-exitDaniel Mendler
2023-12-07Shorten argument namesDaniel Mendler
2023-12-07corfu--replace: Check if replacement is needed, strip propertiesDaniel Mendler
2023-12-07Extract function corfu--range-valid-pDaniel Mendler
2023-12-07corfu--in-region: Expand first before computing candidates for cyclingDaniel Mendler
2023-12-07Add corfu--replace alias (code cleanup)Daniel Mendler
2023-12-07corfu--insert: Remove unused variableDaniel Mendler
2023-12-06corfu-complete: Use returned candidate from corfu--insertDaniel Mendler
2023-12-01Version 1.01.0Daniel Mendler
2023-11-26Add missing compat dependenciesDaniel Mendler
2023-11-24Remove outdated child frame codeDaniel Mendler
2023-11-23derived-mode-p: Calling convention changedDaniel Mendler
2023-11-12Uniform use of when-let/if-letDaniel Mendler
2023-11-11Update commentsDaniel Mendler
2023-11-08Remove superfluous orDaniel Mendler
2023-11-08Use cl-loop repeatDaniel Mendler
2023-11-08Rename variableDaniel Mendler
Prevent bugs due to change of calling convention.
2023-11-07Update docstringsDaniel Mendler
2023-11-07Use completion-lazy-hilitDaniel Mendler
2023-11-07corfu--highligt: Take a single candidateDaniel Mendler
2023-11-02global-corfu-modes: Add examples (See #379 and #383)Daniel Mendler
2023-10-31Fix type of global-corfu-modesDaniel Mendler
2023-10-13Ensure that M-x completion-at-point RET works (Fix #380)Daniel Mendler
2023-10-03corfu-reset: SimplifyDaniel Mendler
2023-10-01corfu-reset: Quit immediately if input did not change (Fix #378)Daniel Mendler