all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Inhibit auto buffer split when buffer is already visible?
Date: Sat, 05 Dec 2009 00:55:50 -0700	[thread overview]
Message-ID: <hfd3m6$e90$1@ger.gmane.org> (raw)
In-Reply-To: <8dab485d-d3d8-49ef-bdc6-00fd9ed3eaa3@m38g2000yqd.googlegroups.com>

charlie wrote:
> My usual setup is to have two frames side-by-side and use the left-
> hand frame as the main editting window and the right-hand frame as the
> secondary and messages window. When I'm editing C code I like to keep
> a *compilation* buffer visible on the right. Previously when I did an
> M-x compile on the left emacs would only split the left-hand buffer if
> the *compilation* buffer was not visible but now (since I upgraded) it
> splits the buffer every time so I often end up with *compilation*
> shown twice. Can I inhibit this behavior?

I don't know, but you may find it easier to just make sure the *compilation*
buffer is in its own frame:

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

> I've noticed that this happens with other some modes e.g prolog-mode
> always splits the buffer when you C-c C-l a file.

-- 
Kevin Rodgers
Denver, Colorado, USA





  reply	other threads:[~2009-12-05  7:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-04 16:58 Inhibit auto buffer split when buffer is already visible? charlie
2009-12-05  7:55 ` Kevin Rodgers [this message]
2009-12-05 18:55 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='hfd3m6$e90$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.