aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/gnus.texi81
2 files changed, 14 insertions, 71 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 482499d4df5..d811c3b7e43 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (HTML): Document gnus-max-image-proportion.
4
12010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> 52010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * gnus.texi (HTML): Document gnus-blocked-images. 7 * gnus.texi (HTML): Document gnus-blocked-images.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 745d2333c0c..3db39e32101 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -721,7 +721,6 @@ Document Groups
721Combined Groups 721Combined Groups
722 722
723* Virtual Groups:: Combining articles from many groups. 723* Virtual Groups:: Combining articles from many groups.
724* Kibozed Groups:: Looking through parts of the newsfeed for articles.
725 724
726Email Based Diary 725Email Based Diary
727 726
@@ -2624,15 +2623,6 @@ default a group pointing to the most recent articles will be created
2624(@code{gnus-group-recent-archive-directory}), but given a prefix, a full 2623(@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2625group will be created from @code{gnus-group-archive-directory}. 2624group will be created from @code{gnus-group-archive-directory}.
2626 2625
2627@item G k
2628@kindex G k (Group)
2629@findex gnus-group-make-kiboze-group
2630@cindex nnkiboze
2631Make a kiboze group. You will be prompted for a name, for a regexp to
2632match groups to be ``included'' in the kiboze group, and a series of
2633strings to match on headers (@code{gnus-group-make-kiboze-group}).
2634@xref{Kibozed Groups}.
2635
2636@item G D 2626@item G D
2637@kindex G D (Group) 2627@kindex G D (Group)
2638@findex gnus-group-enter-directory 2628@findex gnus-group-enter-directory
@@ -4420,8 +4410,7 @@ which point to the ``real'' message files (if mbox is used, copies are
4420made). Since mairix already presents search results in such a virtual 4410made). Since mairix already presents search results in such a virtual
4421mail folder, it is very well suited for using it as an external program 4411mail folder, it is very well suited for using it as an external program
4422for creating @emph{smart} mail folders, which represent certain mail 4412for creating @emph{smart} mail folders, which represent certain mail
4423searches. This is similar to a Kiboze group (@pxref{Kibozed Groups}), 4413searches.
4424but much faster.
4425 4414
4426@node nnmairix requirements 4415@node nnmairix requirements
4427@subsubsection nnmairix requirements 4416@subsubsection nnmairix requirements
@@ -12515,6 +12504,14 @@ directory, the oldest files will be deleted. The default is 500MB.
12515@vindex gnus-html-frame-width 12504@vindex gnus-html-frame-width
12516The width to use when rendering HTML. The default is 70. 12505The width to use when rendering HTML. The default is 70.
12517 12506
12507@item gnus-max-image-proportion
12508@vindex gnus-max-image-proportion
12509How big pictures displayed are in relation to the window they're in.
12510A value of 0.7 (the default) means that they are allowed to take up
1251170% of the width and height of the window. If they are larger than
12512this, and Emacs supports it, then the images will be rescaled down to
12513fit these criteria.
12514
12518@end table 12515@end table
12519 12516
12520To use this, make sure that you have @code{w3m} and @code{curl} 12517To use this, make sure that you have @code{w3m} and @code{curl}
@@ -18925,7 +18922,6 @@ groups.
18925 18922
18926@menu 18923@menu
18927* Virtual Groups:: Combining articles from many groups. 18924* Virtual Groups:: Combining articles from many groups.
18928* Kibozed Groups:: Looking through parts of the newsfeed for articles.
18929@end menu 18925@end menu
18930 18926
18931 18927
@@ -19015,58 +19011,6 @@ from component groups---group parameters, for instance, are not
19015inherited. 19011inherited.
19016 19012
19017 19013
19018@node Kibozed Groups
19019@subsection Kibozed Groups
19020@cindex nnkiboze
19021@cindex kibozing
19022
19023@dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
19024(parts of) the news feed''. @code{nnkiboze} is a back end that will
19025do this for you. Oh joy! Now you can grind any @acronym{NNTP} server
19026down to a halt with useless requests! Oh happiness!
19027
19028@kindex G k (Group)
19029To create a kibozed group, use the @kbd{G k} command in the group
19030buffer.
19031
19032The address field of the @code{nnkiboze} method is, as with
19033@code{nnvirtual}, a regexp to match groups to be ``included'' in the
19034@code{nnkiboze} group. That's where most similarities between
19035@code{nnkiboze} and @code{nnvirtual} end.
19036
19037In addition to this regexp detailing component groups, an
19038@code{nnkiboze} group must have a score file to say what articles are
19039to be included in the group (@pxref{Scoring}).
19040
19041@kindex M-x nnkiboze-generate-groups
19042@findex nnkiboze-generate-groups
19043You must run @kbd{M-x nnkiboze-generate-groups} after creating the
19044@code{nnkiboze} groups you want to have. This command will take time.
19045Lots of time. Oodles and oodles of time. Gnus has to fetch the
19046headers from all the articles in all the component groups and run them
19047through the scoring process to determine if there are any articles in
19048the groups that are to be part of the @code{nnkiboze} groups.
19049
19050Please limit the number of component groups by using restrictive
19051regexps. Otherwise your sysadmin may become annoyed with you, and the
19052@acronym{NNTP} site may throw you off and never let you back in again.
19053Stranger things have happened.
19054
19055@code{nnkiboze} component groups do not have to be alive---they can be dead,
19056and they can be foreign. No restrictions.
19057
19058@vindex nnkiboze-directory
19059The generation of an @code{nnkiboze} group means writing two files in
19060@code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
19061One contains the @acronym{NOV} header lines for all the articles in
19062the group, and the other is an additional @file{.newsrc} file to store
19063information on what groups have been searched through to find
19064component articles.
19065
19066Articles marked as read in the @code{nnkiboze} group will have
19067their @acronym{NOV} lines removed from the @acronym{NOV} file.
19068
19069
19070@node Email Based Diary 19014@node Email Based Diary
19071@section Email Based Diary 19015@section Email Based Diary
19072@cindex diary 19016@cindex diary
@@ -27415,10 +27359,6 @@ You can set the process mark on both groups and articles and perform
27415operations on all the marked items (@pxref{Process/Prefix}). 27359operations on all the marked items (@pxref{Process/Prefix}).
27416 27360
27417@item 27361@item
27418You can grep through a subset of groups and create a group from the
27419results (@pxref{Kibozed Groups}).
27420
27421@item
27422You can list subsets of groups according to, well, anything 27362You can list subsets of groups according to, well, anything
27423(@pxref{Listing Groups}). 27363(@pxref{Listing Groups}).
27424 27364
@@ -29126,8 +29066,7 @@ As the variables for the other back ends, there are
29126@code{nnfolder-nov-is-evil}, @code{nnimap-nov-is-evil}, 29066@code{nnfolder-nov-is-evil}, @code{nnimap-nov-is-evil},
29127@code{nnml-nov-is-evil}, and @code{nnspool-nov-is-evil}. Note that a 29067@code{nnml-nov-is-evil}, and @code{nnspool-nov-is-evil}. Note that a
29128non-@code{nil} value for @code{gnus-nov-is-evil} overrides all those 29068non-@code{nil} value for @code{gnus-nov-is-evil} overrides all those
29129variables.@footnote{Although the back ends @code{nnkiboze}, and 29069variables.
29130@code{nnwfm} don't have their own nn*-nov-is-evil.}
29131@end table 29070@end table
29132 29071
29133 29072