私は emacs 23 (acquamacs) を使用しており、nrepl.elをインストールしています。
Clojureコードをいくつか評価しました
C-c C-p
(このキー コンボは、ポイントの前のフォームを評価し、結果をポップアップ バッファーに表示することです。) これを実行すると、結果を確認するための適切なポップアップ バッファーが生成されます。
このポップアップ バッファを非表示にするにはどうすればよいですか? (私はそれを殺したくありません-フルスクリーンを取り戻すだけです)。
参考までに、このコマンドについて - 私はこれを実行しました
C-h k C-c C-p
そして得た
^C ^P runs the command nrepl-pprint-eval-last-expression, which is an interactive compiled Lisp function in `nrepl.el'.
It is bound to ^C ^P, <menu-bar> <nREPL> <Eval last expression in popup buffer>.
(nrepl-pprint-eval-last-expression)
Evaluate the expression preceding point and pprint its value in a popup buffer.