How can I prevent the mini-buffer from displaying previous commands in Emacs?

前端 未结 2 1281

I am not even sure this is a previous command or a non-finished command or whatever, but I do know I really don\'t like it.

My problem is that some commands (or mes

2条回答
  •  旧时难觅i
    2021-01-04 15:01

    The mini-buffer has lost focus. Try C-x o (Control+x o) to regain focus. To cancel the command press C-g when you have focus in the mini-buffer.

提交回复
热议问题