[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m-view-url-with-external-browser, browse-url-new-window-flag
- From: jidanni@xxxxxxxxxxx
- Date: Thu, 30 Sep 2010 07:21:25 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11376
I wish M, w3m-view-url-with-external-browser, would start in a new tab, like
$ iceweasel -new-tab URL
But we notice
browse-url-default-browser
...When called interactively, if variable `browse-url-new-window-flag' is
non-nil, load the document in a new window
OK, but we want a new tab and not a new window (-new-window). So there
ought to be a choice.
And I set browse-url-new-window-flag to t and M doesn't give a new
window anyway, at least with my http://jidanni.org/comp/configuration/
and emacs-w3m-version "1.4.400" here with Debian emacs-snapshot.
Anyway, ^UM should also act different than M.
It should act like
browse-url-default-browser:
A non-nil interactive prefix argument reverses
the effect of `browse-url-new-window-flag'.