Thierry Volpiatto

Results 207 comments of Thierry Volpiatto

t4sk3 ***@***.***> writes: > Thanks for implementing support for this! Would it be possible to have > an option to enable this for helm-occur, so that it would act like...

@t4sk3 Now implemented for in buffer sources and working with helm-occur but not commited yet, should come in soon.

Now merged, for helm-occur you need `(setq helm-occur-ignore-diacritics t)`.

t4sk3 ***@***.***> writes: > Thanks a lot, @thierryvolpiatto for your work :) Thanks. > Since you implemented it for buffer sources, does this mean I could > configure it for...

You can now use `helm-mode-ignore-diacritics`.

t4sk3 ***@***.***> writes: > Thanks again :) > > One last thing: it doesn't seem to work with helm-find-files. Would it > be possible to have an option to ignore...

Please be more explicit (recipe ?), I don't understand what you mean, I tried with ack-grep and rg as backend on the /lisp directory of Emacs and had no problems...

When using same command line as Helm in a shell, I have one result (same as Helm) with ack and indeed no result with grep whereas with Helm I have...

So I don't know yet why Helm display one result with Grep backend, will look into this if I find some time. Thanks.

This is hard to fix since the subsequent grep calls use the output of the first grep which must use filename and linum. So for now I have no idea...