[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m in other frame
- From: Katsumi@xxxxxxxxxx
- Date: Sat, 15 Feb 2003 23:15:49 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 04646
- References: <E18jf39-0001FG-00@rivendell>
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