[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can emacs-w3m open links in browser
From: |
Xavier Maillard |
Subject: |
Re: Can emacs-w3m open links in browser |
Date: |
Sun, 19 Sep 2004 00:43:53 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
On 17 sep 2004, David Hanak wrote:
> On Fri, 17 Sep 2004, Katsumi Yamaoka wrote:
>
> > You can customize how emacs-w3m works when visiting a new
> > page. For example, the following configuration makes
> > emacs-w3m pop to a new frame up.
>
> Sorry, you misunderstood me. I want w3m to open the link in an
> *external* browser, like Mozilla. Is there an "official" way to
> do that?
Huh ?? I think you misunderstood the role of emacs-w3m :/
emacs-w3m *is* a browser and use w3m.
If you don't want emacs-w3m to process html or web link, then you
have to customize browser-url-browser-function variable which
docstring says:
,----[ C-h v browse-url-browser-function RET ]
| browse-url-browser-function's value is
| browse-url-lynx-emacs
|
| *Function to display the current buffer in a WWW browser.
| This is used by the `browse-url-at-point', `browse-url-at-mouse', and
| `browse-url-of-file' commands.
|
| If the value is not a function it should be a list of pairs
| (REGEXP . FUNCTION). In this case the function called will be the one
| associated with the first REGEXP which matches the current URL. The
| function is passed the URL and any other args of `browse-url'. The last
| regexp should probably be "." to specify a default browser.
|
| You can customize this variable.
|
| Defined in `browse-url'.
|
| [back]
`----
Regards
--
Xavier Maillard, zedek@gnu-rox.org
pgpxQkKR_6R1Q.pgp
Description: PGP signature
- Can emacs-w3m open links in browser, David Hanak, 2004/09/16
- Re: Can emacs-w3m open links in browser, Katsumi Yamaoka, 2004/09/17
- Re: Can emacs-w3m open links in browser, David Hanak, 2004/09/17
- Re: Can emacs-w3m open links in browser,
Xavier Maillard <=
- Message not available
- Re: Can emacs-w3m open links in browser, David Hanak, 2004/09/20
- Re: Can emacs-w3m open links in browser, Jose A. Ortega Ruiz, 2004/09/20
- Re: Can emacs-w3m open links in browser, David Hanak, 2004/09/20
- Re: Can emacs-w3m open links in browser, Thamer Mahmoud, 2004/09/20
- Re: Can emacs-w3m open links in browser, David Hanak, 2004/09/21