aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-11Get list of URL and page title pairsTeddy Wing
* 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.
2018-04-11Get a list of w3m buffers from the saved session fileTeddy Wing
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.