index
:
orderless.git
dispatcher
expand-prefix
fix-github-org
master
positional
smart-case
to-regexps
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
orderless.el
Age
Commit message (
Expand
)
Author
2024-09-10
Version 1.2
1.2
Daniel Mendler
2024-09-05
orderless-expand-prefix: Support the values `prefix`, `substring` and `nil`
Daniel Mendler
2024-09-05
Add `orderless-expand-substring` for literal substring expansion
Daniel Mendler
2024-09-03
Drop obsolete function aliases
Daniel Mendler
2024-07-17
Use Compat 30
Daniel Mendler
2024-07-11
orderless-annotation: Match against both prefix and suffix (Fix #176)
Daniel Mendler
2024-07-09
Fix affixation matching problem in orderless-annotation
Daniel Mendler
2024-06-06
orderless-not, orderless-annotation: Respect smart-case (Fix #174)
Daniel Mendler
2024-03-20
Version 1.1
1.1
Daniel Mendler
2024-03-20
Add myself as co-maintainer
Daniel Mendler
2024-03-12
orderless-literal: Go back to regexp-quote
Daniel Mendler
2024-03-12
orderless--literal-prefix-p: Pass START=2 to replace-regexp-in-string
Daniel Mendler
2024-03-12
rx-to-string: Pass no-group argument
Daniel Mendler
2024-03-08
Update copyright years
Daniel Mendler
2024-03-08
Use `orderless-escapable-split-on-space' as default component separator
Daniel Mendler
2024-03-08
Reindent
Daniel Mendler
2024-03-05
Change default syntax for annotation matching to &
Omar Antolin Camarena
2024-03-03
Rename orderless--anchored-quoted-regexp to orderless--literal-prefix-p
Daniel Mendler
2024-03-03
Rename orderless-prefix to orderless-literal-prefix and register
Daniel Mendler
2024-03-03
Fix orderless--anchored-quoted-regexp: Detect \` instead of ^
Daniel Mendler
2024-03-03
Fix orderless--metadata: Always return non-nil metadata inside minibuffer
Daniel Mendler
2024-03-03
Extract orderless--metadata helper function
Daniel Mendler
2024-03-03
Add orderless-prefix matching style
Daniel Mendler
2024-02-29
orderless-affix-dispatch: Do not error on empty string
Daniel Mendler
2024-02-23
Add orderless--match-p helper
Daniel Mendler
2024-02-17
Break long lines
Daniel Mendler
2024-02-17
orderless-compile: Expand docstring
Daniel Mendler
2024-02-17
Simplify orderless--compile-component
Daniel Mendler
2024-02-17
Update commentary, recommend (setq completion-styles '(orderless basic))
Daniel Mendler
2024-02-17
Rename orderless-without to orderless-not
Daniel Mendler
2024-02-17
Turn orderless-annotation/without into a "pattern transformer"
Daniel Mendler
2024-02-17
Alternative 2: Compile component before passing it to orderless-annotation
Daniel Mendler
2024-02-16
Alternative approach: Add COMPILE arg to orderless-annotation/without
Daniel Mendler
2024-02-16
Add comment regarding the orderless--component-compiler calls
Daniel Mendler
2024-02-16
orderless--dispatch: Explicitly specify the arguments
Daniel Mendler
2024-02-16
Use orderless--dispatch in orderless--compile-component
Daniel Mendler
2024-02-16
orderless-without: orderless--compile-component can return nil
Daniel Mendler
2024-02-16
Update documentation of orderless-style-dispatchers
Daniel Mendler
2024-02-16
orderless-affix-dispatch: Ignore single dispatcher character
Daniel Mendler
2024-02-16
Rename orderless-pattern-compiler to orderless-compile
Daniel Mendler
2024-02-16
Rename orderless-dispatch to orderless--dispatch
Daniel Mendler
2024-02-16
Add orderless--component-compiler and use it in orderless-without/annotation
Daniel Mendler
2024-02-16
orderless-pattern-compiler: Simplify slightly, remove variable pred
Daniel Mendler
2024-02-16
Remove orderless--predicate-or
Omar Antolín Camarena
2024-02-16
Extend orderless-without-literal comment
Daniel Mendler
2024-02-15
orderless-annotation: Also check completion-extra-properties
Daniel Mendler
2024-02-15
orderless-annotation, orderless-without-regexp: Check validity
Daniel Mendler
2024-02-15
Pattern compiler: Compile to regexps and a predicate function
Daniel Mendler
2024-02-15
Document the new rx format for matching styles
Omar Antolín Camarena
2024-02-15
Drop support for Emacs 26.1 because rx does not support (literal ...)
Daniel Mendler
[next]