unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* browse-url and URL type dependent actions
@ 2009-03-27 22:49 Crni Gorac
  2009-03-29 12:55 ` Crni Gorac
  0 siblings, 1 reply; 4+ messages in thread
From: Crni Gorac @ 2009-03-27 22:49 UTC (permalink / raw)
  To: help-gnu-emacs

Am trying to change my ~/.emacs so that browse-url will start mutt on
"mailto:" links, and Firefox on other types of links.  There is an
example in browse-url source code:
 (setq browse-url-browser-function '(("^mailto:" . browse-url-mail)
                                          ("." . browse-url-firefox)))
However, instead of "browse-url-mail", I think I'd need to put "browse-
url-generic" in, and then also somehow to direct this function that
mutt should be launched (probably trough somehow setting "browse-url-
generic-program" and "browse-url-generic-args", preferably in some
kind of localized manner).  Any suggestion on how to accomplish this
properly?

Thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-31  5:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 22:49 browse-url and URL type dependent actions Crni Gorac
2009-03-29 12:55 ` Crni Gorac
2009-03-30 20:01   ` Nikolaj Schumacher
     [not found]   ` <mailman.4266.1238443274.31690.help-gnu-emacs@gnu.org>
2009-03-31  5:54     ` Crni Gorac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).