> From: Konstantin Kharlamov <hi-an...@yandex.ru> > Cc: 73...@debbugs.gnu.org, da_...@orange.fr > Date: Wed, 04 Sep 2024 16:02:27 +0300 > > 1. Press f (it will wait for next character) > 2. Press C-g to cancel the action > 3. Press M-: > > Result: line numbers disappear along with minibuffer popping up. > > Another interesting point: after line numbers disappeared, if I > evaluate `display-line-numbers` (i.e. just to see its value), line > numbers immediately appear back.
Sounds like Evil does the above with current buffer set to the work buffer where we calculate string-pixel-width, and where we therefore disabled display-line-numbers?