emacs-helm / helm-dictionary

Helm source for looking up dictionaries
31 stars 12 forks source link

Use filtered-candidate-transformer instead of candidate-transformer #32

Closed thierryvolpiatto closed 1 year ago

thierryvolpiatto commented 1 year ago

As one may have noticed helm-dictionary is slower since recents Helm changes.

This is due to the fix of a longstanding bug in candidate-transformer with in-buffer method. Now candidate-transformer compute ALL candidates at startup like in sync sources as it is expected.

tmalsburg commented 1 year ago

Thank you, Thierry. Your PR had a merge conflict so I made the change in fc1c097cc53dd3451bfb49ea7e99fdfc6d93bc16.

thierryvolpiatto commented 1 year ago

Titus von der Malsburg @.***> writes:

Thank you, Thierry.

Thanks Titus.

Your PR had a merge conflict so I made the change in fc1c097.

Sorry for the extra work.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.*Message ID: @.***>

-- Thierry