Mercurial > hg > xemacs-beta
comparison man/gnus.texi @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 0132846995bd |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 | 2 |
3 @setfilename gnus | 3 @setfilename gnus |
4 @settitle Gnus 5.4.59 Manual | 4 @settitle Gnus 5.4.60 Manual |
5 @synindex fn cp | 5 @synindex fn cp |
6 @synindex vr cp | 6 @synindex vr cp |
7 @synindex pg cp | 7 @synindex pg cp |
8 @iftex | 8 @iftex |
9 @finalout | 9 @finalout |
307 @end ifinfo | 307 @end ifinfo |
308 | 308 |
309 @tex | 309 @tex |
310 | 310 |
311 @titlepage | 311 @titlepage |
312 @title Gnus 5.4.59 Manual | 312 @title Gnus 5.4.60 Manual |
313 | 313 |
314 @author by Lars Magne Ingebrigtsen | 314 @author by Lars Magne Ingebrigtsen |
315 @page | 315 @page |
316 | 316 |
317 @vskip 0pt plus 1filll | 317 @vskip 0pt plus 1filll |
343 You can read news (and mail) from within Emacs by using Gnus. The news | 343 You can read news (and mail) from within Emacs by using Gnus. The news |
344 can be gotten by any nefarious means you can think of---@sc{nntp}, local | 344 can be gotten by any nefarious means you can think of---@sc{nntp}, local |
345 spool or your mbox file. All at the same time, if you want to push your | 345 spool or your mbox file. All at the same time, if you want to push your |
346 luck. | 346 luck. |
347 | 347 |
348 This manual corresponds to Gnus 5.4.59. | 348 This manual corresponds to Gnus 5.4.60. |
349 | 349 |
350 @end ifinfo | 350 @end ifinfo |
351 | 351 |
352 @iftex | 352 @iftex |
353 | 353 |
6751 | | |--\ | 6751 | | |--\ |
6752 [Gun] [Eri] [Eri] [odd] | 6752 [Gun] [Eri] [Eri] [odd] |
6753 | | 6753 | |
6754 [Paa] | 6754 [Paa] |
6755 @end example | 6755 @end example |
6756 | |
6757 If you're using horizontal trees, it might be nice to display the trees | |
6758 side-by-side with the summary buffer. You could add something like the | |
6759 following to your @file{.gnus.el} file: | |
6760 | |
6761 @lisp | |
6762 (setq gnus-use-trees t | |
6763 gnus-generate-tree-function 'gnus-generate-horizontal-tree | |
6764 gnus-tree-minimize-window nil) | |
6765 (gnus-add-configuration | |
6766 '(article | |
6767 (vertical 1.0 | |
6768 (horizontal 0.25 | |
6769 (summary 0.75 point) | |
6770 (tree 1.0)) | |
6771 (article 1.0)))) | |
6772 @end lisp | |
6773 | |
6774 @xref{Windows Configuration}. | |
6756 | 6775 |
6757 | 6776 |
6758 @node Mail Group Commands | 6777 @node Mail Group Commands |
6759 @section Mail Group Commands | 6778 @section Mail Group Commands |
6760 @cindex mail group commands | 6779 @cindex mail group commands |
12833 configuration in the first (or ``main'') frame, while a small additional | 12852 configuration in the first (or ``main'') frame, while a small additional |
12834 frame will be created where picons will be shown. As you can see, | 12853 frame will be created where picons will be shown. As you can see, |
12835 instead of the normal @code{1.0} top-level spec, each additional split | 12854 instead of the normal @code{1.0} top-level spec, each additional split |
12836 should have a frame parameter alist as the size spec. | 12855 should have a frame parameter alist as the size spec. |
12837 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp | 12856 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp |
12838 Reference Manual}. | 12857 Reference Manual}. Under XEmacs, a frame property list will be |
12858 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)} | |
12859 is such a plist. | |
12839 | 12860 |
12840 Here's a list of all possible keys for | 12861 Here's a list of all possible keys for |
12841 @code{gnus-buffer-configuration}: | 12862 @code{gnus-buffer-configuration}: |
12842 | 12863 |
12843 @code{group}, @code{summary}, @code{article}, @code{server}, | 12864 @code{group}, @code{summary}, @code{article}, @code{server}, |