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

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

Re: fixed compilation buffer in emacs 23


From: Peter Dyballa
Subject: Re: fixed compilation buffer in emacs 23
Date: Sat, 15 Aug 2009 11:38:46 +0200


Am 14.08.2009 um 23:41 schrieb Ritchie:

Is there a way to make 23 behave the way 22 does?


Maybe this:

Special Buffer Frames
=====================

You can make certain chosen buffers, for which Emacs normally creates
a second window when you have just one window, appear in special frames
of their own.  To do this, set the variable
`special-display-buffer-names' to a list of buffer names; any buffer
whose name is in that list automatically gets a special frame, when an
Emacs command wants to display it "in another window."

   For example, if you set the variable this way,

     (setq special-display-buffer-names
           '("*Completions*" "*grep*" "*tex-shell*"))

then completion lists, `grep' output and the TeX mode shell buffer get
individual frames of their own.  These frames, and the windows in them,
are never automatically split or reused for any other buffers.  They
continue to show the buffers they were created for, unless you alter
them by hand.  Killing the special buffer deletes its frame
automatically.


--
Greetings

  Pete

"What do you think of Western Civilisation?"
"I think it would be a good idea!"
                                – Mohandas Karamchand Gandhi







reply via email to

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