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

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

Re: Open Hypspec with w3m


From: Andy Moreton
Subject: Re: Open Hypspec with w3m
Date: Fri, 04 Feb 2011 23:33:58 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

On Fri 28 Jan 2011, Jason Earl wrote:

> So is there a way to override 'hyperspec-lookup so that it always
> behaves as if browse-url-browser-function was 'w3m-browse-url?

Something like this (untested) code may help:

(defadvice common-lisp-hyperspec (around common-lisp-hyperspec/w3m activate)
  "Use w3m to lookup symbols in the Common Lisp HyperSpec."
  (let ((browse-url-browser-function 'w3m-browse-url))
    ad-do-it))

HTH,

    AndyM




reply via email to

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