I have a very annoying bug in my isearch behaviour; the buffer gets indented (modified) when I enter the first letter during isearch. I've checked all hooks named isearch.*hook
but I can't find anything that differs from Vanilla Emacs. I think it only happens in auto-indent-mode
. I need ideas on how to track down such bugs and this one in particular.
Asked
Active
Viewed 26 times
1

Nordlöw
- 497
- 3
- 12
emacs -Q
)? – Dan Jan 30 '17 at 17:36comment-region
to comment (or withC-u
uncomment) a region of text. – Drew Jan 30 '17 at 19:17