summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-25Fancy matching styles and positional overridespositionalOmar Antolín
This is the proposal in: https://github.com/oantolin/orderless/issues/10#issuecomment-619317300
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-24Merge remote-tracking branch 'github/master'Omar 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-24Mention Ivy support in overviewOmar Antolín Camarena
2020-04-24List more helpful functions for integrationOmar Antolín
2020-04-24Update README TOCOmar Antolín
2020-04-24Add ivy integrationOmar Antolín
2020-04-24Document selectrum 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-23Add TOC to READMEOmar Antolín
2020-04-23Demote Icicles headingOmar Antolín Camarena
2020-04-23Merge remote-tracking branch 'github/master'Omar Antolín
2020-04-23Mention Icicles's progressive matchingOmar Antolín
2020-04-23Add screenshotOmar Antolín
2020-04-23Typo in README pointed out by codecollOmar Antolín Camarena
2020-04-23Rename orderless-regexp-separator to orderless-component-separatorOmar Antolín
2020-04-23Now on MELPA!Omar 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-22Typo in READMEOmar Antolín
2020-04-22Minor improvements to READMEOmar Antolín
2020-04-22Documentation improvementsOmar Antolín
2020-04-22Mention prefixes style in overviewOmar Antolín
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
2020-04-17Undo previous optimization as it is invalid in general :(Omar Antolín
2020-04-16Optimization: check if first component is string literalOmar Antolín
2020-04-16Don't move point unless actually completingOmar Antolín
2020-04-16Fix typo in README (thanks Juanjo!)Omar Antolín
2020-04-16Update badly outdated commentaryOmar Antolín
2020-04-16Add docstrings to functionsOmar Antolín
(Even though these are the sort of functions that in minibuffer.el have no docstrings. :P)
2020-04-16Merge pull request #6 from raxod502/patch-1Omar Antolín Camarena
Update reference to prescient.el in README
2020-04-16Update README.orgRadon Rosborough
2020-04-16Merge pull request #5 from protesilaos/update-defface-syntaxOmar Antolín Camarena
Make all `defface' syntax more efficient+readable
2020-04-16Make all `defface' syntax more efficient+readableProtesilaos Stavrou
These changes are informed by the docstring of `defface'. Specifically: As a special exception, in the first element of SPEC, DISPLAY can be the special value ‘default’. Then the ATTS in that element act as defaults for all the following elements. `M-x find-library faces' offers some examples that follow this pattern, such as `error'.
2020-04-16Even better match faces (kindly contributed by Protesilaos)Omar Antolín
2020-04-16Revert "Better match face defaults (kindly contributed by Protesilaos)"Omar Antolín
This reverts commit d2b5d71e752a10cfd7904a79fba8c67ea3aaa7ba.
2020-04-16Add reminder that match faces only are used if orderless "wins"Omar Antolín
Thanks to Prot for suggesting this note.
2020-04-16Better match face defaults (kindly contributed by Protesilaos)Omar Antolín
2020-04-15Add "literature review"Omar Antolín