[emacs-w3m:13495] [emacs-w3m/emacs-w3m] Missing styles in w3m-display-mode (#60)
yamaoka <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/issues/[email protected]> |
Missing styles in w3m-display-mode
To say "This variable is now DEPRECATED!" (see w3m.el) there are missing two kinds of the styles should be added to `w3m-display-mode`. They would be named to something like `windows` and `tabbed-windows` corresponding to:
```
windows tabbed-windows
w3m-use-tab nil t
w3m-pop-up-windows t t
w3m-pop-up-frames nil nil
```
Where t for `w3m-pop-up-windows` in those styles is meant to launch or raise the emacs-w3m buffer in another window of the current frame (if nil, open the buffer in the selected window). Just before bringing up this issue I've fixed how `w3m-pop-up-windows` to control the behavior, that's a long standing bug!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/60