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

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

Re: browse url function and w3m


From: Kevin Rodgers
Subject: Re: browse url function and w3m
Date: Mon, 17 Nov 2003 10:08:43 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Harry Putnam wrote:

How can I set `browse-url-browser-function' to `w3m-browse-url'
but only when html-helper-mode is invoked?

Just a guess:


(add-hook 'html-helper-mode-hook
          (lambda ()
            (set (make-local-variable 'browse-url-browser-function)
                 'w3m-browse-url)))

--
Kevin Rodgers



reply via email to

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