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

Re: Proposed new function: save buffer as html sourceq



In [emacs-w3m : No.12580]
	On Thu, 28 Jul 2016 00:51:03 -0400, Boruch Baum wrote:
> (defun my-save-w3m-html-file()
>   "Save the current w3 buffer as an html page.

Could you please try emacs-w3m of the bleeding edge (i.e., CVS)?

,----[ C-h f w3m-save-buffer RET ]
| w3m-save-buffer is an interactive autoloaded compiled Lisp function in
| ‘w3m-save.el’.
| 
| (w3m-save-buffer NAME &optional NO-IMAGE)
| 
| Save the current page and its image data in NAME.html and NAME-files/.
| Those files will be saved in ‘w3m-save-buffer-directory’ by default.
| No image will be saved if the prefix argument (the optional NO-IMAGE)
| is given.  You can view the saved page in the "Next Page".
| Note that saved pages will get shown as what you see in emacs-w3m.
`----