On Sat, 1 Dec 2001, Peter Brown wrote:
i have been trying to workout how to use gnuclient to process
mailto:
links from my web browser (galeon)
i have tried these commands
followed by the error i got
$gnuclient -f "mail xemacs-beta(a)xemacs.org"
(6) (error/warning) Error in process filter: (void-variable
xemacs-beta(a)xemacs.org)
Oooh, /that's/ a feature. I didn't know you could pass arguments on a -f
line...
Anyway, you need to quote the value as a string, not pass it as a
symbol. So:
$gnuclient -f "mail \"xemacs-beta(a)xemacs.org\""
Daniel
--
The best way to get a bad law repealed is to enforce it strictly.
-- Abraham Lincoln