私はこのレポhttps://github.com/technomancy/emacs-starter-kitから Mac で emacs を使用しており、 簡単に使い始めることができました。しかし、問題は、それを使用してバッファを強制終了しようとするとC-x k
、ファイルがバッファから隠されますが、まだ使用可能のままです。私がそうするとき、私はC-x b
それを再び見ることができます。
どうしたの?
ispellはそれと何か関係がありますか? しかし、私はすでに ispell を使用してインストールしていますbrew install ispell
これを修正する方法を教えてください。ありがとう!
以下で尋ねられるように、Cx k が何にバインドされているかを示すと、出力は次のようになります。
C-x k runs the command ido-kill-buffer, which is an interactive
compiled Lisp function in `ido.el'.
It is bound to C-x k.
(ido-kill-buffer)
Kill a buffer.
The buffer name is selected interactively by typing a substring.
For details of keybindings, see `ido-switch-buffer'.