all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* w3m-emacs
@ 2005-05-13  0:05 John Taylor
  2005-05-13 14:39 ` w3m-emacs Joe Corneli
  2005-05-13 17:34 ` w3m-emacs Kevin Rodgers
  0 siblings, 2 replies; 4+ messages in thread
From: John Taylor @ 2005-05-13  0:05 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: w3m-emacs
  2005-05-13  0:05 w3m-emacs John Taylor
@ 2005-05-13 14:39 ` Joe Corneli
  2005-05-13 15:53   ` w3m-emacs Raimund Kohl-Fuechsle
  2005-05-13 17:34 ` w3m-emacs Kevin Rodgers
  1 sibling, 1 reply; 4+ messages in thread
From: Joe Corneli @ 2005-05-13 14:39 UTC (permalink / raw)



   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? 

BTW that's the next feature I plan to add to nero :).  (After all the
bug fixing.)

I sorta kinda doubt the existence of such a feature for w3m, but
I don't know.

   Also, how does one access the options for w3m from inside emacs,
   that are accessed by o in the shell?

I'd assume that you can run customize, but I don't really know?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: w3m-emacs
  2005-05-13 14:39 ` w3m-emacs Joe Corneli
@ 2005-05-13 15:53   ` Raimund Kohl-Fuechsle
  0 siblings, 0 replies; 4+ messages in thread
From: Raimund Kohl-Fuechsle @ 2005-05-13 15:53 UTC (permalink / raw)
  Cc: help-gnu-emacs

Joe Corneli <jcorneli@math.utexas.edu> 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? 
> 
> BTW that's the next feature I plan to add to nero :).  (After all the
> bug fixing.)
> 
> I sorta kinda doubt the existence of such a feature for w3m, but
> I don't know.

Isn't C-c C-t (in w3m-mode) what is requested here?

ray

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: w3m-emacs
  2005-05-13  0:05 w3m-emacs John Taylor
  2005-05-13 14:39 ` w3m-emacs Joe Corneli
@ 2005-05-13 17:34 ` Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2005-05-13 17:34 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-13 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13  0:05 w3m-emacs John Taylor
2005-05-13 14:39 ` w3m-emacs Joe Corneli
2005-05-13 15:53   ` w3m-emacs Raimund Kohl-Fuechsle
2005-05-13 17:34 ` w3m-emacs Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.