John Taylor wrote:
Is there any way of saving a session when using w3m as a web browser? - i.e. so that all pages from previous session are reloaded when the M-x w3m command is passed to emacs? Also, how does one access the options for w3m from inside emacs, that are accessed by o in the shell?

Why not use desktop.el?

(setq desktop-buffer-modes-to-save
      (cons 'w3m-mode desktop-buffer-modes-to-save))

--
Kevin Rodgers



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to