* gnus.texi (Group Information): Add gnus-group-fetch-charter and
authorSimon Josefsson <jas@extundo.com>
Fri, 30 Aug 2002 21:16:29 +0000 (21:16 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 30 Aug 2002 21:16:29 +0000 (21:16 +0000)
gnus-group-fetch-control.

texi/ChangeLog
texi/gnus.texi

index af71e4b..2b698f5 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-26  Jesper harder  <harder@ifa.au.dk>
+
+       * gnus.texi (Group Information): Add gnus-group-fetch-charter and
+       gnus-group-fetch-control.
+
 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Posting Server): Document message-smtpmail-send-it.
index 17adc5d..fb7923d 100644 (file)
@@ -4080,6 +4080,34 @@ for fetching the file.
 If fetching from the first site is unsuccessful, Gnus will attempt to go
 through @code{gnus-group-faq-directory} and try to open them one by one.
 
+@item H c
+@kindex H c (Group)
+@findex gnus-group-fetch-charter
+@vindex gnus-group-charter-alist
+@cindex charter
+Try to open the charter for the current group in a web browser
+(@code{gnus-group-fetch-charter}).  Gnus will use
+@code{gnus-group-charter-alist} to find the location of the charter.
+If no location is known, Gnus will fetch the control messages for the
+group, which in some cases includes the charter.
+
+@item H C
+@kindex H C (Group)
+@findex gnus-group-fetch-control
+@vindex gnus-group-fetch-control-use-browse-url
+@cindex control message
+Fetch the control messages for the group from the archive at
+@code{ftp.isc.org} (@code{gnus-group-fetch-control}).
+
+If @code{gnus-group-fetch-control-use-browse-url} is non-nil, Gnus
+will open the control messages in a browser using @code{browse-url}.
+Otherwise they are fetched using @code{ange-ftp} and displayed in an
+ephemeral group.
+
+Note that the control messages are compressed.  To use this command
+you need to turn on @code{auto-compression-mode}
+(@pxref{(emacs)Compressed Files}).
+
 @item H d
 @itemx C-c C-d
 @c @icon{gnus-group-describe-group}