summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-04cape-capf-inside-faces: Use (1- (point)) (Fix #111)Daniel Mendler
2024-02-26Update READMEDaniel Mendler
2024-02-24Extract cape--inside-block-pDaniel Mendler
2024-02-24cape-char: Use looking-back, look back from pointDaniel Mendler
Fix minad/corfu#423
2024-02-14Version 1.31.3Daniel Mendler
2024-02-12cape--dict-list: Improve handling of non-existing/remote directoriesDaniel Mendler
2024-02-09* cape.el (cape-elisp-symbol-wrapper): Support `change-log-mode'.dr-scsi
2024-02-04cape--dict-list: Do not error if default-directory does not existDaniel Mendler
2024-01-31Improve cape-wrap-inside-codeDaniel Mendler
2024-01-30Improve cape-capf-inside-codeDaniel Mendler
2024-01-30Add php-ts-mode as an alias of php-modeUSAMI Kenta
2024-01-30Add cape-wrap-inside-code and cape-capf-inside-codeDaniel Mendler
2024-01-23Version 1.21.2Daniel Mendler
2024-01-23Update changelogDaniel Mendler
2024-01-20Update READMEDaniel Mendler
2024-01-19cape-capf-super: Add commentsDaniel Mendler
2024-01-19cape-capf-super: Improve deduplication (Fix #103, #104)Daniel Mendler
2024-01-14Avoid compilation warningDaniel Mendler
2024-01-02cape-wrap-buster: Only refresh table when computing all completionsDaniel Mendler
2024-01-02Fix docstringDaniel Mendler
2024-01-02Bump copyright yearsDaniel Mendler
2023-12-30Replace keyword wp with textDaniel Mendler
2023-12-30Use hashed symbolsDaniel Mendler
2023-12-30Create Capf transformers dynamicallyDaniel Mendler
2023-12-30cape--capf-wrapper: Generate docstringsDaniel Mendler
2023-12-29.gitignore backupsDaniel Mendler
2023-12-29Add .gitignoreDaniel Mendler
2023-12-27Version 1.11.1Daniel Mendler
2023-12-23cape--properties-table: Fix conditionDaniel Mendler
2023-12-23cape-capf-super: Properly handle duplicatesDaniel Mendler
2023-12-21Extract function cape--separator-pDaniel Mendler
2023-12-15Remove obsolete function aliasesDaniel Mendler
2023-12-09Update changelogDaniel Mendler
2023-12-09cape-capf-super: Support duplicate candidatesDaniel Mendler
2023-12-09Fix typos in docstringsDaniel Mendler
2023-12-08Remove outdated commentDaniel Mendler
2023-12-08cape-company-to-capf: Overhaul candidate lookup in :exit-functionDaniel Mendler
The :exit-function looks up the candidate in order to restore text properties. This lookup is not necessary with Corfu, which guarantees that the candidates are propertized. The lookup even hurts since duplicate candidates lose their specificity, they would get replaced by their first occurrence in the candidate list.
2023-12-08cape-company-to-capf: Do not delete duplicatesDaniel Mendler
Duplicates are deleted by Capf UIs.
2023-12-07cape-keyword: Add OCaml keywordsDaniel Mendler
2023-12-01Version 1.01.0Daniel Mendler
2023-11-27cape-elisp-symbol-wrapper: org-mode: replace = with ~ (#98)mekeor
2023-11-23Update calling conventionDaniel Mendler
2023-10-29README: Sort transformersDaniel Mendler
2023-10-29Rename cape-interactive-capf to capf-capf-interactiveDaniel Mendler
2023-10-29Add cape-capf-passthrough to disable completion style filteringDaniel Mendler
This Capf transformer can be useful in rare scenarios like debugging or when the wrapped Capf wants to completely control filtering, without any interference from outer completion styles. For example `cape-capf-passthrough` can be useful in combination with `cape-company-to-capf`, such that filtering is completely left to the Company backend. A special case discussed recently with @dgutov involves `company-dabbrev` which nowadays uses completion styles itself for its internal filtering, where double filtering can be avoided via `cape-capf-passthrough`, see company-mode/company-mode/pull/1215.
2023-10-29Rename internal function for consistencyDaniel Mendler
2023-10-22Add cape-capf-inside-faces (Fix #96)Daniel Mendler
2023-09-30cape-keyword: Fix python match/case keywords (#94)Mattias Bengtsson
Fix a sloppy typo in #93.
2023-09-29cape-keyword: Update Python keywords (#93)Mattias Bengtsson
Python 3.10 added three new "soft"[1] keywords: "match", "case" and "_". Add "match" and "case" but skip "_" since a one-character keyword is of low use in completion. 1: https://docs.python.org/3/reference/lexical_analysis.html#soft-keywords
2023-09-28cape-char: RefactoringDaniel Mendler
- Minor cleanup - cape-char--translation: Take prefix keys as argument instead of regexp - Add eval-and-compile, such that function is available at compile-/runtime - Extract annotation, docsig and exit function - Improve docsig function for combined characters