我正在使用 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.