Yesterday I added this to my /etc/emacs/site-start.el
(defun browse-url-mozilla-firebird (url arg)
(shell-command
(format "mozilla-firebird -remote 'openURL(%s, new-tab)'"
url)))
(setq browse-url-browser-function 'browse-url-mozilla-firebird)
(global-set-key [S-mouse-3] 'browse-url)
and wohee, no more cut-n-mispaste. All hail emacs. Now where do I find something similar for trn (/me can't stand gnus)...
