emacsclojurepopupbufferaquamacs

emacs with nrepl.el for Clojure - how to hide a popup buffer?


I'm using emacs 23 (acquamacs) and have installed nrepl.el.

I've evaluated some Clojure code with

C-c C-p

(this key combo is to Evaluate the form preceding point and display the result in a popup buffer.) Running it has produced a nice popup buffer for me to see the results.

How do I hide this popup buffer? (I don't want to kill it - just get my fullscreen back).


FYI Re this command - I've run this with

C-h k C-c C-p

and got

^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.

Solution

  • Either that or just press q. I just tried it out with the help buffer and it dismisses the window but not the buffer. However, popup buffers in the style of ac-nrepl does for its autocompletion are meant to simply be dismissed