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

Re: w3m in other frame



Hi,

On Sat, 15 Feb 2003, Katsumi@yamaoka.cc wrote:
> 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))))

Thanks, thats it. Couldn't you put that into the documentation? It
makes things easier for people with less elisp knowledge.


Cheers

Rainer