help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makeing a buffer stick, preventing the new buffer from override.


From: Kevin Rodgers
Subject: Re: makeing a buffer stick, preventing the new buffer from override.
Date: Mon, 10 Apr 2006 09:00:00 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

amit.man@gmail.com wrote:
i am new to emacs. i've done some java programing with it andthere was
one thing that kept annoying me. i work with two buffers simultanly
(split screen), and every time i compile one of them the "compile
buffer" dont jumped out into a new buffer, it overide one of the
exsiting buffers. my questions are:

1. is there a way to make the "compile buffer" jump out into a new
buffer instead of over an open one?

2. is there a way to make a buffer "stick", in the sense that it wont
be over ridden or close unless i allow it?

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

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]