emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 22570d1: ; Document new gnus-summary-line-format items


From: Andrew G Cohen
Subject: master 22570d1: ; Document new gnus-summary-line-format items
Date: Sat, 5 Sep 2020 04:51:28 -0400 (EDT)

branch: master
commit 22570d18bab6614ea21ea4fd9156eeb684194f6e
Author: Andrew G Cohen <cohen@andy.bu.edu>
Commit: Andrew G Cohen <cohen@andy.bu.edu>

    ; Document new gnus-summary-line-format items
    
    * lisp/gnus/gnus.el (gnus-summary-line-format): Include %Z, %G, and %g
    in the docstring.
    * doc/misc/gnus.texi (Summary Buffer Lines): Document %Z, %G, and %g
    specifications.
---
 doc/misc/gnus.texi | 9 +++++++++
 lisp/gnus/gnus.el  | 5 +++++
 2 files changed, 14 insertions(+)

diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 593f113..de5e8f3 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -4968,6 +4968,15 @@ The address (from the @code{From} header).  This works 
the same way as
 the @code{a} spec.
 @item L
 Number of lines in the article.
+@item Z
+Retrieval Score Value (RSV) of the article; nil if not in an nnselect
+group.
+@item G
+Originating group name of the article; nil if not in an nnselect
+group.
+@item g
+Short form of the originating group name of the article; nil if not in
+an nnselect group.
 @item c
 Number of characters in the article.  This specifier is not supported
 in some methods (like nnfolder).
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 4e3fc98..561e6b8 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -2705,6 +2705,11 @@ with some simple extensions.
 %k          Pretty-printed version of the above (string)
             For example, \"1.2k\" or \"0.4M\".
 %L          Number of lines in the article (integer)
+%Z          RSV of the article; nil if not in an nnselect group (integer)
+%G          Originating group name for the article; nil if not
+            in an nnselect group (string)
+%g          Short from  of the originating group name for the article;
+            nil if not in an nnselect group (string)
 %I          Indentation based on thread level (a string of
             spaces)
 %B          A complex trn-style thread tree (string)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]