summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-03README: Add short section about auto completion (See #109)Daniel Mendler
2022-02-03Only quit if (= beg end) and not initializingDaniel Mendler
2022-02-03Quit on empty inputDaniel Mendler
2022-01-310.180.18Daniel Mendler
2022-01-31corfu--move-prefix-candidates-to-front: Respect completion-ignore-caseDaniel Mendler
See #113
2022-01-31Revert "Use the cycle-sort-function when cycling (Fix #113)"Daniel Mendler
This reverts commit 085eb192da194f90ebfa6b9e405fe8f459bd2205.
2022-01-30Use the cycle-sort-function when cycling (Fix #113)Daniel Mendler
2022-01-30Simplify window configuration handlingDaniel Mendler
2022-01-27README: ExpandDaniel Mendler
2022-01-27README: Recommend the pcmpl-args package!Daniel Mendler
2022-01-26Change the redisplay hackDaniel Mendler
2022-01-26Try another redisplay hack, defer the redisplayDaniel Mendler
2022-01-24Improve quitting behavior for auto completion (Fix #108)Daniel Mendler
2022-01-23completion--replace mutates the string :/Daniel Mendler
2022-01-22Introduce `corfu--auto-tick' which captures the buffer tick/status (Fix #107)Daniel Mendler
If Corfu is used in conjunction with multiple-cursors one has to overwrite `corfu--auto-tick', such that it captures less information.
2022-01-22Remove pcomplete capf purification hackDaniel Mendler
The purification does not work well, since it acts only once, we still return the broken capf, which is then used by completion-at-point for the completion-in-region-mode-predicate. The workaround is now as follows: (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent) (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify) The around wrappers ensure that pcomplete-completions-at-point is completely sanitized.
2022-01-22Handle completion-cycling-threshold=tDaniel Mendler
2022-01-21README: Minor fix in corfu-enable-in-minibufferDaniel Mendler
2022-01-20READM: Minor updatesDaniel Mendler
2022-01-20Reimplement cyclingDaniel Mendler
2022-01-20Rewrite corfu--in-region without completion-cycling supportDaniel Mendler
2022-01-20README: Expand on minibuffer usageDaniel Mendler
2022-01-20corfu--completion-in-region: Rework completion terminationDaniel Mendler
corfu--completion-in-region should be replaced with a clean reimplementation of the default completion and cycling behavior.
2022-01-19Try a different frame resizing hack to reduce flickerDaniel Mendler
2022-01-19corfu--completion-in-region: Terminate immediately when the completion ↵Daniel Mendler
boundary changed.
2022-01-19IndentationDaniel Mendler
2022-01-19README: Expand section on Corfu in the minibufferDaniel Mendler
2022-01-18README: Document how Corfu can be used in the minibufferDaniel Mendler
See #81 and the discussion in https://gitlab.com/protesilaos/mct/-/issues/16.
2022-01-14Update commentsDaniel Mendler
2022-01-13Add redisplay hackDaniel Mendler
2022-01-12corfu-auto: Ensure that buffer tick has not changedDaniel Mendler
2022-01-12Rename variables to avoid package-lint false positivesDaniel Mendler
2022-01-12corfu--auto-post-command: Check for defining-kbd-macroDaniel Mendler
2022-01-11corfu-make-frame: Avoid flip-over effect when popup is displayed at the bottomDaniel Mendler
2022-01-08Minor cleanupDaniel Mendler
2022-01-07Move redisplay callDaniel Mendler
2022-01-06Remove accidential print debuggingDaniel Mendler
2022-01-06Redisplay hackDaniel Mendler
2022-01-05Update READMEDaniel Mendler
2022-01-05README: Add link to tempelDaniel Mendler
2021-12-31README: Add alternatives sectionDaniel Mendler
2021-12-31Version 0.170.17Daniel Mendler
Happy New Year!
2021-12-23README: Update caveats, mention @galeo's corfu-docDaniel Mendler
See also the discussion in #98.
2021-12-21corfu--restore-on-next-command: Restore other window scrollingDaniel Mendler
See #98
2021-12-13Properly credit @jakanakaevangeliDaniel Mendler
The patch is from the capf-autosuggest package.
2021-12-13corfu--capf-wrapper: Add commentDaniel Mendler
2021-12-13Workaround for bug#50470: Fix misbehaving CapfsDaniel Mendler
- Ensure that Capfs do not manipulate the buffer - Redirect illegal calls to completion-in-region
2021-12-10Use run-at-time instead of idle timerDaniel Mendler
2021-12-10README: Fix formattingDaniel Mendler
2021-12-09Ensure that border is drawn when popup is displayed at x=0Daniel Mendler