help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to setup w3m-el as a default browser on GNU system?


From: Štěpán Němec
Subject: Re: How to setup w3m-el as a default browser on GNU system?
Date: Fri, 18 Jun 2010 10:46:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Paul Chany <csanyipal@gmail.com> writes:
> Any advices?

Well, the `org-file-apps' documentation is probably not the most
readable, but it's all there nonetheless:

Possible values for the command are:

[...]

 sexp          A Lisp form which will be evaluated.  The file path will
               be available in the Lisp variable `file'.
               

I.e., something like ("\\.x?html?\\'" . (browse-url file)) will do what
you want.


HTH,

  Štěpán



reply via email to

[Prev in Thread] Current Thread [Next in Thread]