[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnus to handle news: and mailto: URLs from external sources?
From: |
David Kastrup |
Subject: |
Re: Gnus to handle news: and mailto: URLs from external sources? |
Date: |
Wed, 12 Apr 2006 21:02:06 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Kurt Swanson <direct@reply.not.desired> writes:
> I've been a heavy Gnus user for years[*] (some of the ancient ones may
> remember me), as well as a big fan of gnuserv, which allows one to
> call emacs from command lines, scripts, etc. I.e. I have *one* emacs
> (process) and gnus started immediately upon logging in, and they run
> perpetually until reboot.
>
> I recently discovered I could mangle firefox into running an external
> program for any URIs I wanted (news:, mailto:, magnet:, screw-you:,
> etc.) Of interest here are the first two. Thus I can script
> something to send to gnus via gnuserv. Obviously I would like to
> handle all the extensions (for example "?subject=xxx" for mailto:) Has
> anyone attempted this before? Any pointers?
>
> [*] I swear to "god" I have not, and will not use outlook,
> thunderbird, webmail or any other crap out there.
Well, just configure something like
/usr/bin/emacsclient -ne (browse-url"%r")
as your mailer command (be sure to use spaces only where I wrote them).
And
/usr/bin/emacsclient %t
as your textarea command
You can probably do this by typing the URL
about:config
into Firefox.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: Gnus to handle news: and mailto: URLs from external sources?,
David Kastrup <=