[emacs-w3m:13409] [emacs-w3m/emacs-w3m] w3m-session-select-merge: New feature: combine session data (#43)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
+ Copies either a single session entry (ie. a URL) or an entire
session list of entries into a second existing session.
+ This is desirable for managing URLS that have accumulated over time
into different sessions and need to be re-organized.
+ Currently, identical duplicates are avoided, meaning that if two
entries are for the same URL, but have different other details, such
as cursor position or HTML form data, then both are saved. However,
that may be turn out to be too conservative, and it may prove
desirable to prune based just on duplicate URLs.
+ Bound to 'm' and 'M' on the local keymap
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/43
-- Commit Summary --
* w3m-session-select-merge: New feature: combine session data
-- File Changes --
M ChangeLog (7)
M w3m-session.el (58)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/43.patch
https://github.com/emacs-w3m/emacs-w3m/pull/43.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/43