Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Window configuration: Include non-gnus buffer
@ 2014-01-14 23:52 Alexander Baier
  2014-01-15  8:38 ` Jan Tatarik
  2014-01-15 15:01 ` Jan Tatarik
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Baier @ 2014-01-14 23:52 UTC (permalink / raw)
  To: info-gnus-english

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

This is not necessarily a configuration that makes sense--it serves just
as an example.

Regards,
--
 Alexander Baier

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Window configuration: Include non-gnus buffer
  2014-01-14 23:52 Window configuration: Include non-gnus buffer Alexander Baier
@ 2014-01-15  8:38 ` Jan Tatarik
  2014-01-16  1:01   ` Alexander Baier
  2014-01-15 15:01 ` Jan Tatarik
  1 sibling, 1 reply; 4+ messages in thread
From: Jan Tatarik @ 2014-01-15  8:38 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Window configuration: Include non-gnus buffer
  2014-01-14 23:52 Window configuration: Include non-gnus buffer Alexander Baier
  2014-01-15  8:38 ` Jan Tatarik
@ 2014-01-15 15:01 ` Jan Tatarik
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Tatarik @ 2014-01-15 15:01 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Window configuration: Include non-gnus buffer
  2014-01-15  8:38 ` Jan Tatarik
@ 2014-01-16  1:01   ` Alexander Baier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Baier @ 2014-01-16  1:01 UTC (permalink / raw)
  To: info-gnus-english

On 2014-01-15 09:38 Jan Tatarik wrote:
> 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

Perfect, exactly what I was looking for, thank you! :)

-- 
 Alexander Baier

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-16  1:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 23:52 Window configuration: Include non-gnus buffer Alexander Baier
2014-01-15  8:38 ` Jan Tatarik
2014-01-16  1:01   ` Alexander Baier
2014-01-15 15:01 ` Jan Tatarik

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).