all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How can I change gnus window configuration for some groups?
@ 2014-08-23 13:55 Alan Schmitt
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Schmitt @ 2014-08-23 13:55 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 839 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]

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

end of thread, other threads:[~2014-08-24 19:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.7430.1408802163.1147.help-gnu-emacs@gnu.org>
2014-08-23 21:53 ` How can I change gnus window configuration for some groups? Emanuel Berg
2014-08-24  8:34   ` Alan Schmitt
2014-08-24  9:47     ` Alan Schmitt
2014-08-24 15:25     ` Eric Abrahamsen
2014-08-24 19:08       ` Alan Schmitt
2014-08-23 13:55 Alan Schmitt

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.