all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* multiple views of the compile buffer
@ 2002-10-22  0:40 Peter Ashford
  2002-10-22 16:28 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Ashford @ 2002-10-22  0:40 UTC (permalink / raw)


Hi All

I normally code using two frames and often with a couple of buffers showing
in each frame.  When I compile code in one frame, it opens the compilation
output buffer in that frame.  If I compile in the other frame, it will open
a new view to the compilation output buffer in that frame also (and both
compilation buffer views will happily show all my errors scrolling by).

Is there anyway I can stop emacs opening a second view of the compilation
output buffer if the buffer is currently displayed in the other open frame?
(failing that, perhaps maybe there is a way to open the compilation buffer
in a new frame?)

Thanks in advance,

Peter.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multiple views of the compile buffer
  2002-10-22  0:40 multiple views of the compile buffer Peter Ashford
@ 2002-10-22 16:28 ` Kevin Rodgers
  2002-10-22 19:20   ` Peter Ashford
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2002-10-22 16:28 UTC (permalink / raw)


Peter Ashford wrote:

> (failing that, perhaps maybe there is a way to open the compilation buffer
> in a new frame?)


(setq special-display-buffer-names
       (cons "*compilation*" special-display-buffer-names))

-- 
<a href="mailto:&lt;kevinr&#64;ihs.com&gt;">Kevin Rodgers</a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multiple views of the compile buffer
  2002-10-22 16:28 ` Kevin Rodgers
@ 2002-10-22 19:20   ` Peter Ashford
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Ashford @ 2002-10-22 19:20 UTC (permalink / raw)



"Kevin Rodgers" <kevinr@ihs.com> wrote in message
news:3DB57CB3.3000603@ihs.com...
> Peter Ashford wrote:
>
> > (failing that, perhaps maybe there is a way to open the compilation
buffer
> > in a new frame?)
>
>
> (setq special-display-buffer-names
>        (cons "*compilation*" special-display-buffer-names))
>

Great!  That did the trick - thanks very much - that was a little thing that
had been annoying me for *sooooo* long ;-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-22 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-22  0:40 multiple views of the compile buffer Peter Ashford
2002-10-22 16:28 ` Kevin Rodgers
2002-10-22 19:20   ` Peter Ashford

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.