From: Piet v. O. <pi...@cs...> - 2002-05-06 18:56:39
|
>>>>> Amos <amo...@ut...> (A) writes: >>>>> On 03 May 2002 23:09:33 +0200, >>>>> Piet van Oostrum <pi...@cs...> (pvo) writes: pvo> The gnus that comes with 21.2 works well enough. A> Speaking of gnus, how do folks have it set up so that clicking on a A> URL brings up a window in a web browser, like perhaps OmniWeb? I A> had something like this on Solaris where it would pass the request A> onto Netscape, but I'm not sure how that can be done on OS X.... I use browse-url-generic-program and have it set to "openurl" (setq browse-url-browser-function 'browse-url-generic) (setq browse-url-generic-program "openurl") I have a shell script "openurl" containing: osascript -e 'open location "'$*'"' -- Piet van Oostrum <pi...@cs...> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.v...@hc... |