summaryrefslogtreecommitdiff
path: root/orderless.el
AgeCommit message (Collapse)Author
2020-05-24Add option for "smart case" matchingsmart-caseOmar Antolín
2020-05-17Remove obsolete temporary separator change command and variables0.4Omar Antolín
The new transient system is much better
2020-05-04Typo: escapeable --> escapableOmar Antolín
2020-05-03Allow component separator to be a functionOmar Antolín
2020-05-02Fix tiny bug in customization typeOmar Antolín
2020-05-02The transient variables should not be customizableOmar Antolín
2020-05-02Go back to split-string until empty components issue is resolvedOmar Antolín
2020-05-02Allow separator inside double quotesOmar Antolín
2020-05-02Make transients buffer localOmar Antolín
2020-05-02Merge branch 'dispatcher'Omar Antolín
2020-05-02Split dispatchers into their own variabledispatcherOmar Antolín
2020-05-02Remove global dispatchersOmar Antolín
2020-04-30Escape parenthesis in first column of docstringsOmar Antolín
2020-04-30Switch to single variable config, add transient varsOmar Antolín
2020-04-29Declare orderless-old-component-separator obsolete tooOmar Antolín
2020-04-29Mark orderless-temporarily-change-separator obsolete (#15)Omar Antolín
2020-04-28Prefer descriptive argument over "mystery t's"Omar Antolín
2020-04-28Add global dispatcher to compute default matching stylesOmar Antolín
2020-04-28Name sections of codeOmar Antolín
2020-04-28Rename default pattern compilerOmar Antolín
2020-04-27Make dispatchers always take 3 args (to avoid depending on 26.1)Omar Antolín
func-arity was introduced in 26.1
2020-04-27Add missing (oops!) "forgiving funcall" functionOmar Antolín
2020-04-27Add optional argument for dispatches: total number of componentsOmar Antolín
2020-04-27Add orderless-pattern-compiler variable for maximum flexibilityOmar Antolín
2020-04-26Fine-tune dispatcher semanticsOmar Antolín
Now (nil . str) means replace component with str and use default matching styles. This still needs to be documented in the README.
2020-04-26Allow dispatcher to modify component without handling itOmar Antolín
This needs to be documented
2020-04-25Initial implementation of style dispatchersOmar Antolín
2020-04-25Refactor strict initialism functionsOmar Antolín
2020-04-25Declare other ivy variable usedOmar Antolín
2020-04-25Merge pull request #12 from noctuid/feature/strict-initialismOmar Antolín Camarena
Add orderless-strict-initialism style
2020-04-24Avoid other cl-pushnes in an autoloadOmar Antolín
2020-04-24Add more orderless initialism stylesFox Kiester
The orderless-strict-initialism style does not allow unmatched words to be in between initials. The orderless-strict-leading-initialism style additionally requires that the first initial match the candidate's beginning. The orderless-strict-full-initialiasm style additionally requires the last initial be at the last word.
2020-04-24Avoid using cl-lib in autoloadsOmar Antolín
2020-04-24Fix autoload for ivyOmar Antolín
I confused eval-after-load and with-eval-after-load!
2020-04-24Improve ivy integrationOmar Antolín
2020-04-24If matching-styles is nil, assume regexp matchingOmar Antolín
2020-04-24Add declaration of ivy-regexOmar Antolín
2020-04-24Add ivy integrationOmar Antolín
2020-04-24Add autoloads for orderless-filter and orderless-highlight-matchesOmar Antolín
2020-04-23Add autoloadsOmar Antolín
2020-04-23Refactor to provide reusable filtering and highlightinf functionsOmar Antolín
2020-04-23Rename orderless-regexp-separator to orderless-component-separatorOmar Antolín
2020-04-23Make orderless-prefixes more like partial-completionOmar Antolín
2020-04-22Fix missing ./ and ../ in file name completionOmar Antolín
I had misunderstood what completion-pcm--filename-try-filter was for.
2020-04-22Implement component matching stylesOmar Antolín
2020-04-18Un-nest definition of orderless--highlight-matchesOmar Antolín
The byte compiler complains it can't find it inside the let form... The simple is solution is ... to pollute the global namespace!
2020-04-17Placate checkdoc againOmar Antolín
2020-04-17Add command to temporarily change separatorOmar Antolín
2020-04-17Fix regression bug on no matchesOmar Antolín
2020-04-17Leverage completion-regexp-list: simplify code, increase speed!Omar Antolín