(Various Summary Stuff): Add
authorJesper Harder <harder@ifa.au.dk>
Tue, 21 Jan 2003 01:03:25 +0000 (01:03 +0000)
committerJesper Harder <harder@ifa.au.dk>
Tue, 21 Jan 2003 01:03:25 +0000 (01:03 +0000)
gnus-summary-display-while-building.
(Group Parameters): Index gnus-parameters.
(Startup Files): Index gnus-site-init-file

texi/ChangeLog
texi/gnus.texi

index 0b39a56..84b9365 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-21  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.texi (Various Summary Stuff): Add
+       gnus-summary-display-while-building.
+       (Group Parameters): Index gnus-parameters.
+       (Startup Files): Index gnus-site-init-file
+
 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.texi (Summary Buffer Lines): Additions to %B.
index ba77a32..99b005d 100644 (file)
@@ -1473,6 +1473,7 @@ startup files.  If you want to turn backup creation off, say something like:
 @end lisp
 
 @vindex gnus-init-file
+@vindex gnus-site-init-file
 When Gnus starts, it will read the @code{gnus-site-init-file}
 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
@@ -2967,6 +2968,7 @@ presents you with a Customize-like interface.  The latter helps avoid
 silly Lisp errors.)  You might also be interested in reading about topic
 parameters (@pxref{Topic Parameters}).
 
+@vindex gnus-parameters
 Group parameters can be set via the @code{gnus-parameters} variable too.
 But some variables, such as @code{visible}, have no effect.  For
 example:
@@ -9819,6 +9821,13 @@ suggestions you find reasonable.  (Note that
 @end menu
 
 @table @code
+@vindex gnus-summary-display-while-building
+@item gnus-summary-display-while-building
+If non-@code{nil}, show and update the summary buffer as it's being
+built.  If @code{t}, update the buffer after every line is inserted.
+If the value is an integer, @var{n}, update the display every @var{n}
+lines.  The default is @code{nil}.
+
 @vindex gnus-summary-mode-hook
 @item gnus-summary-mode-hook
 This hook is called when creating a summary mode buffer.