[slime-devel] Re: Setting browse-url-browser-function
Nikodemus Siivola
nikodemus at random-state.net
Fri Apr 7 12:59:45 UTC 2006
Tim Johnson <tim at johnsons-web.com> writes:
> I'm unsure of the syntax of browse-url-browser-function.
> evaluating the following:
>
> (setq browse-url-browser-function "fire-fox")
The thing assigned to the variable must be an appropriate
elisp function. Try
(setq browse-url-firefox-program "/path/to/fire-fox"
browse-url-browser-function 'browse-url-firefox)
PS. Try "M-x apropos firefox" and "M-x apropos browse-url".
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious."
Lispnik: "Buddha is big, has hairy armpits, and laughs."
More information about the slime-devel
mailing list