Lars Ingebrigtsen writes: > Pankaj Jangid writes: > >> Tried it with "emacs -Q" also. Same issue. > > Do you have a recipe to reproduce this problem, starting from "emacs -Q"? 1. Launch Emacs with "emacs -Q". This opens *scratch* buffer already. 2. M-x flymake-mode 3. Insert the following snippet (with error) #+begin_src elisp (defun test-fun (obj) (if (stringp obj) (replace-string "from" "to"))) #+end_src 4. Now M-x flymake-goto-next-error repeatedly until you reach the string "replace-string" Result: It shows following text in mini-buffer,