Age | Commit message (Collapse) | Author |
|
Use a temporary hard-coded file.
Construct a string with each page turning into a URL and page title on
separate lines, and a blank line between pages.
Doesn't quite work just yet, but the general idea is there.
|
|
* Extract the list of crash recovery session buffers to a function to
give it a name. I'll come up with a better name later.
* Grab the first and last elements of each buffer sub-list and create
tuples from them. This gives us a list of two-element lists containing
the URL and title of the pages.
|
|
Grab the buffers saved to the "Crash recovery session" in "emacs-w3m"'s
session file. Just list them for now. We'll be using this to create a
backup file.
|