[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnus: View Externally: how did konqueror get there?



Peter> browse-url-browser-function
But when I get a multipart message, and hit K b and then right click
View Externally on text/html here:
1.  (*) text/plain          ( ) text/html
I still get
Displaying konqueror '/tmp/emm.3522FtC/mm.3522S3I'...
even though I do
(setq browse-url-browser-function 'browse-url-mozilla)
in http://jidanni.org/comp/emacs.txt
also see http://jidanni.org/comp/gnus_el.txt and even
http://jidanni.org/tmp/dpkg--get-selections.gz

By the way, 'browse-url-mozilla is causing invalid argument problems
when called, so I'm back to
(setq browse-url-generic-program "mozilla")
(setq browse-url-netscape-program "mozilla")
(setq browse-url-browser-function
  '(("^mailto:"; . browse-url-mail)
    ("^/" . browse-url-netscape)
    ("^file:" . browse-url-netscape)
    ("." . browse-url-generic)))



Reply to: