[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: key remapping
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Thu, 20 Mar 2014 17:49:17 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 12301
- References: <53297D9D.4060505@xxxxxxxxxxxxxxxxxxx> <b4m1txxsu9z.fsf@xxxxxxx> <532AECE9.20504@xxxxxxxxxxxxxxxxxxx> <878us5558p.fsf@xxxxxx> <532B039E.5030700@xxxxxxxxxxxxxxxxxxx> <87r45wsw5p.fsf@xxxxxx> <532B154A.90901@xxxxxxxxxxxxxxxxxxx>
Max <maxim.suraev@xxxxxxxxxxxxxxxxxxx> writes:
> Ok, so is there something which correspond to session in firefox
> sense?
Yip, it's called ... "session". No, no joke, there is a whole file for
working with "such" sessions: w3m-session.el.
> I mean I've opened bunch of tabs (aka "w3m-buffers") and would
> like to save them all at once under some name so I could open all of
> them some time later on. How do I do that manually? How to do that
> automatically?
I never really used this functionality, but it seems to work quite
simple: save a session by just M-x w3m-session-save some-name RET. This
saves everything to a file. Later, you can M-x w3m-session-select and
choose it from the list.
AFAIK, the current state is automatically regularly backed up (see
`w3m-session-autosave'). AFAIK these also appear in the
`w3m-session-select' listing.
Michael.