
Hi All: Thanks for all of the help so far.... FYI: I'm *some what* familiar with emacs (it's my programming platform), so I must apologize for not reading the slime docs well enough to determine that this was more of an emacs issue than a slime issue. :-) But then I wouldn't have gotten all of these nice examples.. cheers tim
(defun s11-browse-url-firefox (url &optional new-window-ignore) (interactive (browse-url-interactive-arg "URL: ")) (while (string-match "[,)$]" url) (setq url (replace-match (format "%%%x" (string-to-char (match-string 0 url))) t t url))) (call-process "/usr/bin/mozilla-firefox" ;firefox on my system nil 0 nil "-remote" (format "openURL(%s,new-tab)" url)))
-- Stephen Compall http://scompall.nocandysw.com/blog
-- Tim Johnson <tim@johnsons-web.com> http://www.alaska-internet-solutions.com