summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-10Another attempt at working around the frame focus bug (#159)Daniel Mendler
2022-05-09Redirect focus in after-focus-change-function (Fix #159)Daniel Mendler
2022-05-09Revert "HACK: Try to fix focus issue on Lucid/Athena toolkit (See #159)"Daniel Mendler
This reverts commit 688170e70a7485fbce364aa53b0704d8e57ea4c0.
2022-05-09HACK: Try to fix focus issue on Lucid/Athena toolkit (See #159)Daniel Mendler
Not sure if this works. Testing this for a while.
2022-05-08Expand commentDaniel Mendler
2022-05-08corfu--update-candidates: Bind non-essential=tDaniel Mendler
2022-05-06Version 0.230.23Daniel Mendler
2022-05-01Link to bug#55205 - completion--replace illegally mutates completion candidatesDaniel Mendler
2022-05-01README updatesDaniel Mendler
2022-04-30Break a few long linesDaniel Mendler
2022-04-30corfu-map: Use \M-x instead of \exDaniel Mendler
2022-04-30corfu-complete: Refine exiting behaviorDaniel Mendler
2022-04-30corfu--in-region: Minor cleanupDaniel Mendler
2022-04-30completion--replace mutates the stringDaniel Mendler
2022-04-30corfu--in-region: Fix behavior for single matchDaniel Mendler
- If further completion is possible, setup the Corfu popup. - Otherwise call the exit function.
2022-04-27README updateDaniel Mendler
2022-04-27README: Update configurationDaniel Mendler
2022-04-23Remove obsolete mode alias `corfu-global-mode`Daniel Mendler
2022-04-22Version 0.220.22Daniel Mendler
This release includes the new Corfu extensions: - corfu-history - corfu-indexed - corfu-info - corfu-quick
2022-04-21corfu--in-region, corfu--auto-complete: Fix gud-gdb completion (Fix #157)Daniel Mendler
Copy the start marker returned by the `completion-at-point-function' only if is not already a marker. This ensures that markers created by the `completion-at-point-function' (and in particular its marker type) are kept intact. The `gud-gdb-completion-at-point' has a hack which uses an insert-before marker to hide some side effects of the completion process. It is unclear to me if always copying the markers is disallowed by the `completion-at-point' API. I believe the approach used by Corfu was not wrong. But this means then that `gud-gdb-completion-at-point' must be improved such that it doesn't rely on the insert-before hack anymore. The FIXME in `gud-gdb-completion-at-point` also hints at that.
2022-04-21corfu--post-command: Set inhibit-field-text-motion=tDaniel Mendler
2022-04-20corfu-quick: Adjust facesDaniel Mendler
2022-04-19corfu-quick: Follow upstream changes of @protesilaos' modus-themesDaniel Mendler
2022-04-18Fix texinfo_dir_categoryDaniel Mendler
2022-04-15README: Link to @AkibAzmain WIP Corfu popup packageDaniel Mendler
https://codeberg.org/akib/emacs-corfu-popup
2022-04-15Simplify extensionsDaniel Mendler
2022-04-14corfu-quick: Reset echo messageDaniel Mendler
2022-04-14Update copyrightDaniel Mendler
2022-04-14corfu-quick: Improve formattingDaniel Mendler
2022-04-13Fix obsolete function declarationDaniel Mendler
2022-04-13Rename corfu-global-mode to global-corfu-modeDaniel Mendler
2022-04-13corfu--post-command: Add a comment about the overriding-terminal-local-mapDaniel Mendler
2022-04-13Revert "corfu-continue-commands: Remove commands"Daniel Mendler
This reverts commit 45a8ebef6fa8645e6403d0bb3bf5f694f891407d.
2022-04-13corfu-indexed: Fix popup alignmentDaniel Mendler
2022-04-13corfu-continue-commands: Remove commandsDaniel Mendler
2022-04-13corfu--pre-command, corfu--post-command: Check for overriding-terminal-local-mapDaniel Mendler
2022-04-13corfu-quick: Temporarily increase popup minimum widthDaniel Mendler
2022-04-13README: Update featuresDaniel Mendler
2022-04-13corfu-quick: Get rid of global stateDaniel Mendler
2022-04-13README: Minor correctionDaniel Mendler
2022-04-13Fix corfu-quickDaniel Mendler
2022-04-13Fix corfu-quickDaniel Mendler
2022-04-13corfu--post-command: Check if universal-argument-map is activeDaniel Mendler
Otherwise completion will be terminated when pressing an universal-argument key after a command which is not an element of corfu-continue-commands.
2022-04-13corfu-history: Improve commentaryDaniel Mendler
2022-04-13corfu-indexed: Improve faceDaniel Mendler
2022-04-13README: Add short section about extensionsDaniel Mendler
2022-04-13README: Document corfu-send-shellDaniel Mendler
2022-04-13Rework corfu-quickDaniel Mendler
2022-04-13README: Remove caveatsDaniel Mendler
2022-04-13Add corfu-history and corfu-info extensionsDaniel Mendler