Sven Joachim <[EMAIL PROTECTED]> writes: > Oh yes, that command is new in No Gnus, sorry.
Nope. You mail agent tells that you are using No Gnus with 22.1.91. So you pulled Gnus from Gnus repo other than the one in Emacs repo? >> 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. Thanks. I'll try how it works. -- William http://williamxu.net9.org _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
