Ypo <ypun...@gmail.com> writes: > Yes, I tried your assertion for bug-hunter, but it didn't work. > > (unless (eq 'universal-argument (keymap-lookup global-map "C-u")) > (error "C-u has been redefined"))
You can also bisect interactively instead of using assertion. Note that your assertion is not expected to catch anything considering that the problem is only present inside .org files. Best, Ihor