Sometimes key binding changes unexpectedly such that if I position the cursor next to the first occurence of 'm'
lorem ipsum
and type 'xxxx', I get
loremxxxxum
instead of:
loremxxxx ipsum
Also, typing backspace replaced each character by a blank rather than deleting it.
If I quit and re-open the fame file, backspace works as expected. What causes this problem and how to fix it during an Emacs session?
This is using GNU Emacs 26.3 (GUI)