[emacs-w3m:13724] [emacs-w3m/emacs-w3m] Set variable buffer-quit-function for -session and -select modes (#88)
Boruch Baum <[email protected]> Mon, 28 Dec 2020 15:11:34 -0800
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
Variable buffer-quit-function is used by function
keyboard-escape-quit to decide how to exit a buffer when pressing a
keybinding such as ESC-ESC-ESC. Without setting the variable for the
w3m-session and w3m-select modes, the action taken is to hide all
the *other* windows on the current frame. This commit has it perform
the modes' quit function.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/88
-- Commit Summary --
* Set variable buffer-quit-function for -session and -select modes
-- File Changes --
M ChangeLog (7)
M w3m-session.el (1)
M w3m.el (3)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/88.patch
https://github.com/emacs-w3m/emacs-w3m/pull/88.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/88