Andrzej Adam Filip <[EMAIL PROTECTED]> writes:

Hi Andrzej,

> Could you recommend short "HOW TO" about linking specific external
> article washing script to emacs/gnus menus?

Something like this should work:

--8<---------------cut here---------------start------------->8---
(defun th-gnus-summary-pipe-message-through-foo ()
  (interactive)
  (gnus-summary-pipe-message "foo"))

(define-key gnus-summary-mode-map (kbd "C-c p")
            'th-gnus-summary-pipe-message-through-foo)
--8<---------------cut here---------------end--------------->8---

Simply replace foo with your script.

Bye,
Tassilo
-- 
If programmers deserve to  be rewarded for creating innovative programs,
by the same  token they deserve to be punished if  they restrict the use
of these programs. (Richard M. Stallman)



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to