comparison man/gnus.texi @ 28:1917ad0d78d7 r19-15b97

Import from CVS: tag r19-15b97
author cvs
date Mon, 13 Aug 2007 08:51:55 +0200
parents 441bb1e64a06
children ec9a17fef872
comparison
equal deleted inserted replaced
27:0a3286277d9b 28:1917ad0d78d7
852 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup) 852 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
853 @end lisp 853 @end lisp
854 854
855 @vindex gnus-init-file 855 @vindex gnus-init-file
856 When Gnus starts, it will read the @code{gnus-site-init-file} 856 When Gnus starts, it will read the @code{gnus-site-init-file}
857 (@file{.../site-lisp/gnus.el} by default) and @code{gnus-init-file} 857 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
858 (@file{~/.gnus.el} by default) files. These are normal Emacs Lisp files 858 (@file{~/.gnus} by default) files. These are normal Emacs Lisp files
859 and can be used to avoid cluttering your @file{.emacs} and 859 and can be used to avoid cluttering your @file{~/.emacs} and
860 @file{site-init} files with Gnus stuff. 860 @file{site-init} files with Gnus stuff. Gnus will also check for files
861 with the same names as these, but with @file{.elc} and @file{.el}
862 suffixes. In other words, if you have set @code{gnus-init-file} to
863 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
864 and finally @file{~/.gnus} (in this order).
865
861 866
862 867
863 @node Auto Save 868 @node Auto Save
864 @section Auto Save 869 @section Auto Save
865 @cindex dribble file 870 @cindex dribble file
10955 @item 10960 @item
10956 If the third element is present, it should be a number---the @dfn{date 10961 If the third element is present, it should be a number---the @dfn{date
10957 element}. This date says when the last time this score entry matched, 10962 element}. This date says when the last time this score entry matched,
10958 which provides a mechanism for expiring the score entries. It this 10963 which provides a mechanism for expiring the score entries. It this
10959 element is not present, the score entry is permanent. The date is 10964 element is not present, the score entry is permanent. The date is
10960 represented by the number of days since December 31, 1 ce. 10965 represented by the number of days since December 31, 1 BCE.
10961 10966
10962 @item 10967 @item
10963 If the fourth element is present, it should be a symbol---the @dfn{type 10968 If the fourth element is present, it should be a symbol---the @dfn{type
10964 element}. This element specifies what function should be used to see 10969 element}. This element specifies what function should be used to see
10965 whether this score entry matches the article. What match types that can 10970 whether this score entry matches the article. What match types that can