Anonymous
9/14/2025, 4:54:14 AM
No.106579918
>>106579456
you know that there's not just one active keymap at a time, right? if emacs can't find a keybinding in one map, it goes to another one that might apply
also you are using the terminal map; this takes effect only when you're running emacs with -nw
>>106579902
>If you just want to suppress self-inserting keys then you should use suppress-keymap.
you can also just set input-method-function to 'ignore
you know that there's not just one active keymap at a time, right? if emacs can't find a keybinding in one map, it goes to another one that might apply
also you are using the terminal map; this takes effect only when you're running emacs with -nw
>>106579902
>If you just want to suppress self-inserting keys then you should use suppress-keymap.
you can also just set input-method-function to 'ignore