From: Crni Gorac <cgorac@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: browse-url and URL type dependent actions
Date: Mon, 30 Mar 2009 22:54:39 -0700 (PDT) [thread overview]
Message-ID: <cc15fd4a-6ce5-417b-8738-45cd1aca377d@v15g2000yqn.googlegroups.com> (raw)
In-Reply-To: mailman.4266.1238443274.31690.help-gnu-emacs@gnu.org
On Mar 30, 10:01 pm, Nikolaj Schumacher <m...@nschum.de> wrote:
>
> Try something like this:
>
> (defun browse-url-mutt (url &optional new-window)
> (let ((browse-url-generic-program "/usr/bin/xterm")
> (browse-url-generic-args '("-e" "mutt")))
> (browse-url-generic url new-window)))
Works like charm, thanks!
prev parent reply other threads:[~2009-03-31 5:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cc15fd4a-6ce5-417b-8738-45cd1aca377d@v15g2000yqn.googlegroups.com \
--to=cgorac@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).