[emacs-w3m:13354] [emacs-w3m/emacs-w3m] Change order of tabs from within buffer listing, Update docstrings. (#33)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
+ One could change the order of tabs directly, using functions
w3m-tab-move-right and w3m-tab-move-left, but not from within a
w3m-select buffer, which is a nicer environment for that kind of
operation. This commit adds functions w3m-select-buffer-move-next
and w3m-select-buffer-move-previous, which are basically wrappers
for the pre-existing ones.
+ The pre-existing functions were each bound to several keys, all of
which are un-friendly to consoles (C-., C-,, C->, C-<.), so
console-friendly alternatives were added.
+ The docstring for the w3m-select buffer mode was edited.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/33
-- Commit Summary --
* Change order of tabs from within buffer listing, Update docstrings.
-- File Changes --
M ChangeLog (13)
M w3m-ems.el (18)
M w3m.el (59)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/33.patch
https://github.com/emacs-w3m/emacs-w3m/pull/33.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/33