Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ミニバッファーで "Mp" を使用すると、コマンドの履歴をさかのぼることができます。しかし、ミニバッファで使用したすべてのコマンドを見たいのです。
ありがとう。
変数はcommand-historyではなくminibuffer-historyです。
command-history
minibuffer-history
使用できますM-x list-command-history。list-command-history-max履歴全体を表示したい場合は、オプションをカスタマイズしてください。
M-x list-command-history
list-command-history-max
command-historyまたは、を使用して変数を直接見てくださいC-h v。ただしhistory-length、保持するコマンドの数を制御するオプションを参照してくださいcommand-history。
C-h v
history-length