Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jan Tatarik <jan.tatarik@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Window configuration: Include non-gnus buffer
Date: Wed, 15 Jan 2014 09:38:25 +0100	[thread overview]
Message-ID: <87fvopabcu.fsf@nb-jtatarik2.xing.hh> (raw)
In-Reply-To: <87zjmy3yvk.fsf@gmail.com>

On Wed, Jan 15 2014, Alexander Baier wrote:

> Hello,

> Is it possible to include a non-gnus buffer (e.g. "*Messages*") in
> `gnus-buffer-configuration'?  Something like this:

> #+begin_src emacs-lisp
>   '(article (vertical 1.0 (summary 0.25 point)
>                           ("*Messages*" 1.0)))
> #+end_src

I have something like this in my config:

#+begin_src emacs-lisp
(setq gnus-window-to-buffer
      (append (list '(messages . "*Messages*")) gnus-window-to-buffer))
#+end_src

Your example would then become

#+begin_src emacs-lisp
 '(article (vertical 1.0 (summary 0.25 point)
                          (messages 1.0)))
#+end_src

  reply	other threads:[~2014-01-15  8:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 23:52 Alexander Baier
2014-01-15  8:38 ` Jan Tatarik [this message]
2014-01-16  1:01   ` Alexander Baier
2014-01-15 15:01 ` Jan Tatarik

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=87fvopabcu.fsf@nb-jtatarik2.xing.hh \
    --to=jan.tatarik@gmail.com \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).