summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-16Alternative approach: Add COMPILE arg to orderless-annotation/withoutDaniel Mendler
2024-02-16Add comment regarding the orderless--component-compiler callsDaniel Mendler
2024-02-16orderless--dispatch: Explicitly specify the argumentsDaniel Mendler
2024-02-16Use orderless--dispatch in orderless--compile-componentDaniel Mendler
2024-02-16orderless-without: orderless--compile-component can return nilDaniel Mendler
2024-02-16Update documentation of orderless-style-dispatchersDaniel Mendler
2024-02-16orderless-affix-dispatch: Ignore single dispatcher characterDaniel Mendler
2024-02-16Rename orderless-pattern-compiler to orderless-compileDaniel Mendler
2024-02-16Rename orderless-dispatch to orderless--dispatchDaniel Mendler
2024-02-16Add orderless--component-compiler and use it in orderless-without/annotationDaniel Mendler
2024-02-16orderless-pattern-compiler: Simplify slightly, remove variable predDaniel Mendler
2024-02-16Remove orderless--predicate-orOmar Antolín Camarena
2024-02-16Extend orderless-without-literal commentDaniel Mendler
2024-02-15orderless-annotation: Also check completion-extra-propertiesDaniel Mendler
2024-02-15orderless-annotation, orderless-without-regexp: Check validityDaniel Mendler
2024-02-15Pattern compiler: Compile to regexps and a predicate functionDaniel Mendler
2024-02-15Document the new rx format for matching stylesOmar Antolín Camarena
2024-02-15Merge pull request #161 from minad/optimize-predicateOmar Antolín Camarena
2024-02-15Drop support for Emacs 26.1 because rx does not support (literal ...)Daniel Mendler
2024-02-15orderless-literal: Use (literal string) instead of regexp-quoteDaniel Mendler
2024-02-15Support rx sepxs as return values of matching style functionsDaniel Mendler
2024-02-15Revert "orderless-pattern-compiler: Create fewer intermediate data structures"Daniel Mendler
2024-02-15orderless-try-completion: Use or instead of ifDaniel Mendler
2024-02-15orderless-pattern-compiler: Create fewer intermediate data structuresDaniel Mendler
2024-02-15Replace orderless--prefix+pattern by orderless--compileDaniel Mendler
2024-02-14Extract orderless--filterDaniel Mendler
2024-02-14Optimize orderless-try-completion predicate calling conventionDaniel Mendler
2023-11-10Regenerate texiDaniel Mendler
2023-11-10README: Update linkDaniel Mendler
2023-11-10README: Drop Selectrum documentationDaniel Mendler
2023-11-10Use hashed symbols everywhere for consistencyDaniel Mendler
2023-11-10Fix typo in defcustomDaniel Mendler
2023-11-10Avoid loading cl-lib at runtimeDaniel Mendler
2023-11-07Add support for completion-lazy-hilitDaniel Mendler
2023-10-25Work around inconsistency of `completion-table-with-context'Daniel Mendler
2023-10-25Remove obsolete variableDaniel Mendler
2023-09-19Merge pull request #147 from jgarte/jgarte-patch-1Omar Antolín Camarena
2023-09-19Fix wording in docstringjgart
2023-09-19Merge pull request #146 from jgarte/jgarte-patch-1Omar Antolín Camarena
2023-09-19Fix wording in docstringjgart
2023-08-01Merge pull request #143 from joshleeb/readme-initialism-regexp_fixOmar Antolín Camarena
2023-08-02Fix initialism regexp in READMEJosh Leeb-du Toit
2023-02-19Merge pull request #134 from minad/typosOmar Antolín Camarena
2023-02-19Fix typos and move image to separate branchDaniel Mendler
2023-02-09Merge pull request #133 from minad/remove-skip-highlightingOmar Antolín Camarena
2023-02-03Deprecate orderless-skip-highlightingDaniel Mendler
2023-02-03Remove orderless-skip-highlightingDaniel Mendler
2023-01-29Fix typos in documentationOmar Antolín Camarena
2023-01-29Avoid length=Omar Antolín Camarena
2023-01-29Add a simple affix dispatcher, make it the default (fix #131)Omar Antolín Camarena