On one of my machines the query replace key sequence (M-%
) isn't recognized, and is instead recognized as M-5
, which acts as a numeric prefix argument of 5 (e.g. inserts 5 copies of the next character I type).
How do I begin looking for what is interrupting this functionality? So far I have tried running emacs -q
to see if my init file was broken, but no luck.
Shift
key while pressing the keyboard5
key, and thatShift
+5
for your keyboard should produce a%
character. Do you see the same problem outside Emacs, or is it just Emacs that does not shift the5
keyboard key when you press theShift
key? – Drew Mar 05 '19 at 02:51%
in other contexts.I wonder if some system shortcut could be interfering with the sequence? I am running MX Linux 17, and haven't tooled around too much with the default shortcuts.
– ipsnicerous Mar 06 '19 at 23:06