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

Re: w3m in other frame



Hello,

>>>>> In [emacs-w3m : No.04644] 
>>>>>	Rainer Trusch <rainer.trusch@students.uni-mainz.de> wrote:

> I want to open w3m in an new frame when I follow a link in gnus,

[...]

> (setq browse-url-browser-function 'w3m-browse-url)

We are sorry there isn't the very thing.  Could you try the
following function?

(setq browse-url-browser-function (lambda (url &rest args)
				    (let ((w3m-pop-up-frames t))
				      (w3m url t))))
-- 
Katsumi@Yamaoka.cc