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

Re: emacs-w3m and frames



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