index
:
w3m-session-backup
master
Backup the current Emacs-w3m session to a file
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
w3m-session-backup.el
Age
Commit message (
Expand
)
Author
2018-04-11
Autoload the `M-x` `w3m-session-backup` command
Teddy Wing
2018-04-11
Get rid of old commented code and test function calls
Teddy Wing
2018-04-11
Add missing doc strings to functions
Teddy Wing
2018-04-11
Add package headers
Teddy Wing
2018-04-11
Add a `M-x` command to run the backup operation
Teddy Wing
2018-04-11
Prefix all functions and variables with `w3m-session-backup-`
Teddy Wing
2018-04-11
Rename `filename` variable to `filename-function`
Teddy Wing
2018-04-11
Make the `filename` function user-customisable
Teddy Wing
2018-04-11
Create a `w3m-session-backup` customisation group
Teddy Wing
2018-04-11
Use `defcustom` instead of `setq` for the `save-directory` variable
Teddy Wing
2018-04-11
Add a reminder to make the filename customisable
Teddy Wing
2018-04-11
Add seconds to default filename timestamp
Teddy Wing
2018-04-11
Make the save directory configurable
Teddy Wing
2018-04-11
Replace hard-coded filename with a generated one
Teddy Wing
2018-04-11
Wrap page title and URL in single quotes with escape
Teddy Wing
2018-04-11
Save YAML to the file
Teddy Wing
2018-04-11
save-backup: Unwrap list around page title
Teddy Wing
2018-04-11
save-backup: Get rid of commented FORMAT call
Teddy Wing
2018-04-11
Fix file saving issues
Teddy Wing
2018-04-11
Write the session backup to a file
Teddy Wing
2018-04-11
Get list of URL and page title pairs
Teddy Wing
2018-04-11
Get a list of w3m buffers from the saved session file
Teddy Wing