victorhge / iedit

Modify multiple occurrences simultaneously
https://www.emacswiki.org/emacs/Iedit
402 stars 43 forks source link

A config for not using any face. #105

Open failable opened 4 years ago

failable commented 4 years ago

While faces like iedit-occurrence provide good highlight, it's very slow when adding such faces. Adding a config for disabling faces can speed up when working with wgrep and hundreds of files.

victorhge commented 4 years ago

@isolet I did not see any slowness. Please use Emacs built-in profiler on the command that you feel very slow. It will give you the real bottle-neck. M-x profiler-start ... you slow commands M-x profiler-report M-x profiler-stop