Michael Weber michaelw+slime@foldr.org writes:
On Aug 15, 2008, at 06:35 , Marco Baringer wrote:
+2008-08-14 Tobias C. Rittweiler tcr@freebits.de
- If another frame is already displaying a REPL, `C-c C-z' will now
- select this window instead of splitting the current frame, and
- displaying the REPL in the newly created window.
I am using the described behavior already for some time (GNU Emacs, REPL in a dedicated frame, C-c C-z activating the frame). I did this by customizing special-display-regexps, and perhaps a couple more variables; there are several (special-display-function, special-window- regexps, ...).
The difference is that C-c C-z will pop up a new REPL window if no REPL is being displayed. So this is orthogonal to a dedicated REPL frame.
-T.