On 2008-03-03 16:25 +0100, William Xu wrote:
> Sven Joachim <[EMAIL PROTECTED]> writes:
>> You can use the global score file for that. In the group buffer, type
>> 'W e', then insert the following (replace name and address, of course):
>>
>> (("from"
>> ("Your name <[EMAIL PROTECTED]>" -10000 nil e)))
>>
>> Type C-c C-c, and you're done. From now on, Gnus will skip over your
>> own articles in all groups.
>>
>> See (Info "(gnus)Scoring") for all the g(l)ory details on scoring.
>
> Hm, it looks like i don't have that binding, and didn't find it in the
> info either. My Gnus is "Gnus v5.11".
Oh yes, that command is new in No Gnus, sorry.
> Which function does it invoke?
It's gnus-score-edit-all-score, definition follows:
--8<---------------cut here---------------start------------->8---
(defun gnus-score-edit-all-score ()
"Edit the all.SCORE file."
(interactive)
(find-file (gnus-score-file-name "all"))
(gnus-score-mode)
(setq gnus-score-edit-exit-function 'gnus-score-edit-done)
(gnus-message
4 (substitute-command-keys
"\\<gnus-score-mode-map>\\[gnus-score-edit-exit] to save edits")))
--8<---------------cut here---------------end--------------->8---
Just a fancy way to edit ~/News/all.SCORE, it seems.
Cheers,
Sven
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english