[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m and frames
- From: Tsuyoshi CHO <tsuyoshi_cho@xxxxxxxxx>
- Date: Mon, 26 Jun 2006 22:05:09 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 08767
- References: <m0r71c1i4r.fsf@ger-fae.com>
Hello, Mr. Stefan
This mail is...-----------------------------------------
Mr. Stefan Reichör <stefan@xxxxxxxxx> ( quote `Stefan')'s
MsgID : [emacs-w3m : No.08766]
Subject : [emacs-w3m:08766] emacs-w3m and frames
Date : [Mon, 26 Jun 2006 09:38:28 +0200]
-------------------------------------------------- reply.
Stefan> When I use "w3m -F url" from the command line, everything looks o.k.
Stefan> Now I do the following in emacs:
Stefan> (setq w3m-command-arguments '("-F")) ;; use frames
Stefan> However, this setting has no effect :-(
Stefan> Any ideas?
Sorry, currently "frame" feature supports only "w3mmee" command.
Normal "w3m" command's frame option "-F" is no working in dump process(using
emacs-w3m rendering).
# But, "w3mmee" command's option is working in dump process that is like table.
If you need "frame" feature, install "w3mmee" command and set
(setq w3m-command "w3mmee")
It so work.
# "-F" option contain default value.
Thanks.
Cho