Omar Antolín Camarena

Results 379 comments of Omar Antolín Camarena

You can configure orderless to do this if you wish. You could set `orderless-component-separator` to `identity` so that all input is a single component, and then define a matching style...

I still haven't test d that code, but just now spotted an error: the separator function is meant to return a list of strings, so it should be `list` rather...

By the way, the default Emacs completion system let's you search among completions with isearch, and isearch let's you treat spaces as `.*`. So if you gave up Vertico and...

I would prefer not to modifiy `orderless--compile` in this way, @minad. Since @meedstrom wishes to be able to easily switch between the two behaviors, I would recommend choosing two different...

Of course, if we required an initial or final semi-colon, this could be made part of `orderless-affix-dispatch`. I wrote it differently to have a lighter weight syntax (which is similar...

I don't think people would want this sequential behavior with anything other than literals, @minad. But maybe I'm wrong about that and @meedstrom can correct me. I have only ever...

Sure, I can submit to MELPA. I'll do that in the next couple of days.

I think I explicitly considered this when initially writing the target refinement code and decided to wait to see if anyone wanted it! I guess someone does want it. :)

Well, embark-copy-as-kill certainly needs to keep that information since it's job is to copy completion candidates (except for tofus, which are a consult implementation detail that embark cooperates with by...