emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 76 forks source link

helm-ag-edit #376

Closed JocelynDelalande closed 3 years ago

JocelynDelalande commented 3 years ago

Actual behavior

Expected behavior

Steps to reproduce

Discussion

I guess the cause is files are opened for editing, each of them in a buffer, triggering various hooks that may be configured. For example in my case it seems to loads python-mode that itself has a hook configured to load on importmagic-mode, which is costly to run.

syohex commented 3 years ago

Do you use latest version ? I suppose #339 fixed such issue.

JocelynDelalande commented 3 years ago

@syohex I can confirm that it got fixed in recent version yesterday (helm-ag v0.54), I (literally) had time to cook my dinner while saving a change from helm-ag, but today, the same edit with helm-ag v0.64 got saved in 3 seconds \o/

I now have to find other strategies to make sure I eat something for dinner ;-).

A big thanks for that tool and kudos also to @Namburgesas for the fix