all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tak.kunihiro@gmail.com>
To: help-gnu-emacs@gnu.org
Cc: tak.kunihiro@gmail.com
Subject: display-buffer-alist
Date: Mon, 12 Jan 2015 10:31:47 +0900 (JST)	[thread overview]
Message-ID: <20150112.103147.52180123.tak.kunihiro@gmail.com> (raw)

When a LaTeX document is compiled using AUCTeX, its log is on buffer
such as below.

  *~/orochi-devel/documentation/OrochiSetupWin7/report.tex output*

By C-c C-l `TeX-recenter-output-buffer', I see the buffer on
other-window.  With following setup, I see it on a new frame.

#+BEGIN_SRC emacs-lisp
  (add-to-list 'display-buffer-alist
               '("\\*~.* output\\*"
                 (display-buffer-reuse-window
                  display-buffer-pop-up-frame
                  display-buffer-pop-up-window)
                 (reusable-frames . t)))
#+END_SRC

It is nice if the frame even does not have minibuffer.  Based on info,
a frame parameter (minibuffer . t) only takes effect when a frame is
created.  How do I set it up using `display-buffer-alist'?



             reply	other threads:[~2015-01-12  1:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12  1:31 Tak Kunihiro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-06  8:51 display-buffer-alist martin rudalics
2011-11-09 17:52 ` display-buffer-alist Paddy Mullen
2011-11-10  8:22   ` display-buffer-alist martin rudalics
2011-11-10 14:43     ` display-buffer-alist Paddy Mullen
2011-11-05 17:36 display-buffer-alist Paddy Mullen
2011-11-05 21:24 ` display-buffer-alist Drew Adams
     [not found]   ` <CAFpY3ucfZNYBOPciRZLhJ-8__P=ey-iH1ieJU3Vz0whiehELRA@mail.gmail.com>
2011-11-05 21:44     ` display-buffer-alist Paddy Mullen
2011-11-05 22:47       ` display-buffer-alist Drew Adams
2011-11-05 15:57 display-buffer-alist Paddy Mullen
2011-11-05 18:13 ` display-buffer-alist Paddy Mullen

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=20150112.103147.52180123.tak.kunihiro@gmail.com \
    --to=tak.kunihiro@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.