I'm new to Emacs and I use it to code in Common Lisp with Slime. Everything was ok but this morning when I tried to edit a lisp file it highlights every visible character I type for no reason (but not the white spaces.) When I save the file, quit Emacs and restart it, the text is not highlighted but, again, every new character I type is. It just happens to lisp files so I suspect Slime to cause that but it never did that before.
Here "(def" was saved in the file and the rest is what I typed after reloading Emacs.
Thanks for your help :)
Edit:
C-u C-x =
gives c-u c-x =
C-u C-x =
say about text properties / overlays for the highlighted text? – jkiiski