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

Re: w3m-clear-display-while-reading vs w3m-view-header on link



In [emacs-w3m:12984]
On Tue, 22 May 2018 09:40:52 -0400, Boruch Baum wrote:
> While trying to reproduce your report, I got tired of having my test
> page reload when pressing 'B' to back out of the header page display. It
> occurred to me that the header information should appear in a new buffer
> instead of in the same one as the page; that way, you never lose the
> original page and can keep the header info open while you continue to
> browse (maybe to compare with other headers), and the page text doesn't
> need to be re-rendered.
[...]
+2018-05-22  Boruch Baum  <boruch_baum@xxxxxxx>
+
+	* w3m.el (w3m-view-header): Display header information in new buffer
+	instead of in same one as original rendered html of page.

Please use the prefix argument, e.g., to control whether to use
a new buffer or not.  I don't want a new buffer for the header
display, so I hope not to change the default behavior.
Furthermore, the `=' command in that new buffer should delete
the buffer and focus on the original buffer again, even if many
buffers have been made randomly before invoking the `=' command,
I think.