I am creating a new, special kind of buffer that I am using to display messages. I want to disable all keymaps within this new buffer.
This special buffer could be created at any time, and therefore, I don't know which keymaps may or may not currently active at the time of this buffer's creation.
Is there any way to disable each and every active keymap for a given buffer?
Thanks in advance.