Add to .emacs:
(setq special-display-buffer-names '("*compilation*"))
or set via Custom.
Cheers,
Mike
> -----Original Message-----
> From: Kip Russell [mailto:[EMAIL PROTECTED]]
> Sent: 05 November 1999 23:38
> To: [EMAIL PROTECTED]
> Subject: compile in separate window
>
>
> When I first installed jde, my compiles (C-c C-v C-c) would pop open
> another window and the compilation buffer would be shown there.
>
> After tweaking things recently, I somehow managed to screw that
> up. Now my compiles cause the current window (the window with
> my source) to split, and the compilation buffer is displayed in the lower
> half of the already open window.
>
> How can I make my compliation buffer pop open another window again.
>
> Thanks in advance.
>
> KR