Mercurial > hg > xemacs-beta
comparison lisp/gnus/gnus-edit.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
33 load it. When done editing, push the [Save] button to save the file. | 33 load it. When done editing, push the [Save] button to save the file. |
34 | 34 |
35 Several score files may apply to each group, and several groups may | 35 Several score files may apply to each group, and several groups may |
36 use the same score file. This is controlled implicitly by the name of | 36 use the same score file. This is controlled implicitly by the name of |
37 the score file and the value of the global variable | 37 the score file and the value of the global variable |
38 `gnus-score-find-score-files-function', and explicitly by the the | 38 `gnus-score-find-score-files-function', and explicitly by the |
39 `Files' and `Exclude Files' entries.") | 39 `Files' and `Exclude Files' entries.") |
40 (compact . t) | 40 (compact . t) |
41 (type . group) | 41 (type . group) |
42 (data ((tag . "Load") | 42 (data ((tag . "Load") |
43 (type . button) | 43 (type . button) |
51 (default-file . "SCORE") | 51 (default-file . "SCORE") |
52 (type . file)))) | 52 (type . file)))) |
53 ((name . files) | 53 ((name . files) |
54 (tag . "Files") | 54 (tag . "Files") |
55 (doc . "\ | 55 (doc . "\ |
56 List of score files to load when the the current score file is loaded. | 56 List of score files to load when the current score file is loaded. |
57 You can use this to share score entries between multiple score files. | 57 You can use this to share score entries between multiple score files. |
58 | 58 |
59 Push the `[INS]' button add a score file to the list, or `[DEL]' to | 59 Push the `[INS]' button add a score file to the list, or `[DEL]' to |
60 delete a score file from the list.") | 60 delete a score file from the list.") |
61 (type . list) | 61 (type . list) |
64 (data (type . file) | 64 (data (type . file) |
65 (directory . gnus-kill-files-directory))))) | 65 (directory . gnus-kill-files-directory))))) |
66 ((name . exclude-files) | 66 ((name . exclude-files) |
67 (tag . "Exclude Files") | 67 (tag . "Exclude Files") |
68 (doc . "\ | 68 (doc . "\ |
69 List of score files to exclude when the the current score file is loaded. | 69 List of score files to exclude when the current score file is loaded. |
70 You can use this if you have a score file you want to share between a | 70 You can use this if you have a score file you want to share between a |
71 number of newsgroups, except for the newsgroup this score file | 71 number of newsgroups, except for the newsgroup this score file |
72 matches. [ Did anyone get that? ] | 72 matches. [ Did anyone get that? ] |
73 | 73 |
74 Push the `[INS]' button add a score file to the list, or `[DEL]' to | 74 Push the `[INS]' button add a score file to the list, or `[DEL]' to |
136 entry permanent, push the `Date' button and choose the `Permanent' | 136 entry permanent, push the `Date' button and choose the `Permanent' |
137 entry. To make the entry expirable, choose instead the `Integer' | 137 entry. To make the entry expirable, choose instead the `Integer' |
138 entry. After choosing the you can enter the date the score entry was | 138 entry. After choosing the you can enter the date the score entry was |
139 last matched in the `Date' field. The date will be automatically | 139 last matched in the `Date' field. The date will be automatically |
140 updated each time the score entry matches an article. When the date | 140 updated each time the score entry matches an article. When the date |
141 become too old, the the score entry will be removed. | 141 become too old, the score entry will be removed. |
142 | 142 |
143 For your convenience, the date is specified as the number of days | 143 For your convenience, the date is specified as the number of days |
144 elapsed since the (imaginary) Gregorian date Sunday, December 31, 1 | 144 elapsed since the (imaginary) Gregorian date Sunday, December 31, 1 |
145 BC. | 145 BC. |
146 | 146 |
290 (type . const)) | 290 (type . const)) |
291 ((tag . "Custom") | 291 ((tag . "Custom") |
292 (doc . "Customization of adaptive scoring. | 292 (doc . "Customization of adaptive scoring. |
293 | 293 |
294 Each time you read an article it will be marked as read. Likewise, if | 294 Each time you read an article it will be marked as read. Likewise, if |
295 you delete it it will be marked as deleted, and if you tick it it will | 295 you delete it, it will be marked as deleted, and if you tick it, it will |
296 be marked as ticked. When you leave a group, GNUS can automatically | 296 be marked as ticked. When you leave a group, GNUS can automatically |
297 create score file entries based on these marks, so next time you enter | 297 create score file entries based on these marks, so next time you enter |
298 the group articles with subjects that you read last time have higher | 298 the group articles with subjects that you read last time have higher |
299 score and articles with subjects that deleted will have lower score. | 299 score and articles with subjects that deleted will have lower score. |
300 | 300 |