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: Kiwon Um
Subject: Re: fixed compilation buffer in emacs 23
Date: Sun, 16 Aug 2009 23:07:33 -0700 (PDT)
User-agent: G2/1.0

On Aug 15, 6:38 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> 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, this makes different frames corresponding to each special
buffer, e.g. one frame for the *compilation* buffer and the other
frame for the *cscope* buffer.

Is there any way to group these frames to one or customized sets?


reply via email to

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