orderless icon indicating copy to clipboard operation
orderless copied to clipboard

Emacs completion style that matches multiple regexps in any order

Results 20 orderless issues
Sort by recently updated
recently updated
newest added

Hi. I found this [comment](https://github.com/joaotavora/eglot/issues/131) in Eglot issue tracker. It seems that using `(setq completion-category-overrides)` instead of `add-to-list` was an issue, since that replaced some Eglot configuration. I haven’t faced...

Please consider releasing a new version 0.8 on GNU ELPA. (I guess it's enough to bump the version header.) Thanks!

Hi, thanks for this great package. I've completely switched to `vertico + consult + orderless + marginalia` workflow from `ivy + counsel` in Doom Emacs due to the promise of...

Hi. In the README "Related packages" section, it might be useful to add that one can use `orderless` as a completion style _for_ Helm if you set the `helm-completion-style` variable...

The [company-search-mode](https://github.com/company-mode/company-mode/blob/297620caf84f771a7102157f1bf292e5b248e397/company.el#L2411-L2431) can search completion candidates incrementally, as shown below: ![image](https://user-images.githubusercontent.com/11155854/138558478-744c4d82-f9dd-4c3a-bc00-86b86e853b8e.png) In the above screenshot, I first input `doc`, then run the `company-search-candidates` command on the completion candidates to search...

Hi, my issue is for completing when the prefix is "foo/" (with `/` in the name). Somehow `orderless-filter` only decides to call the completing function with the empty string but...

I like to not use the flex style for `counsel-recentf` (an `ivy` command), as it is way too slow for that command. Is there any way to dispatch on such...

First of all, thanks for your work. Your project(s) look very interesting. I am an Ivy and Spacemacs user. In Spacemacs, Ivy opens with the `^` as initial-input by default....

Hi, I'm finally giving Orderless a try, and I'm liking it a lot. @karthink over on `#systemcrafters:libera.chat` pointed out the dispatchers to me. I was a little surprised to see...