help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I change gnus window configuration for some groups?


From: Alan Schmitt
Subject: How can I change gnus window configuration for some groups?
Date: Sat, 23 Aug 2014 15:55:18 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (darwin)

Hello,

I would like to display one particular group with a smaller summary
buffer. Searching in the documentation, I found that I want to play with
`gnus-buffer-configuration'. I see that in the default setup, it already
has a conditional layout:

#+begin_src emacs-lisp
 (article
  (cond
   (gnus-use-trees
    '(vertical 1.0
               (summary 0.25 point)
               (tree 0.25)
               (article 1.0)))
   (t
    '(vertical 1.0
               (summary 0.25 point)
               (article 1.0)))))
#+end_src

Is there a way to adapt this such that I use the layout

#+begin_src emacs-lisp
 (vertical 1.0
           (summary 3 point)
           (article 1.0))
#+end_src

when viewing the "nnvirtual:RSS" group? Should this be a global setting
or a group parameter?

Thanks,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7

Attachment: signature.asc
Description: PGP signature


reply via email to

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