[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m in other frame
- From: Rainer Trusch <rainer.trusch@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Feb 2003 13:34:39 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 04644
Hi,
Sorry about bothering you with that question, but I couldn't get an
information in the newsgroups.
I want to open w3m in an new frame when I follow a link in gnus,
instead of showing up in the summary buffer. I'm using xemacs 2.4.12,
ognus 0.14, w3m 0.3.2.2, w3m-el 1.3.3 on debian sid. Apart from ognus
all packages are debs.
My settings are:
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
(autoload 'w3m-find-file "w3m" "*w3m interface function for local file." t)
(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
(autoload 'w3m-search "w3m-search" "*Search QUERY using SEARCH-ENGINE." t)
(autoload 'w3m-weather "w3m-weather" "*Display weather report." t)
(autoload 'w3m-antenna "w3m-antenna" "*Report chenge of WEB sites." t)
(setq browse-url-browser-function 'w3m-browse-url)
I tried to open it in a new frame with the following setting:
(setq special-display-buffer-names
'("*w3m*"))
This works with other buffers but not w3m.
How can I solve my problem?
Thanks in advance
Rainer