emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r115246: eww usability improvements


From: Nakayama Kenjiro
Subject: Re: trunk r115246: eww usability improvements
Date: Sun, 8 Dec 2013 11:40:54 +0900

> True.  I've now bound `q' to `quit-window'.

Then,  please apply this one, too.

Signed-off-by: Kenjiro NAKAYAMA <address@hidden>

        * net/eww.el (eww-mode-map): "Quit" in the easy-menu do a `quit-window'
        instead of killing the buffer.

---
 lisp/net/eww.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 9d1c3a2..1368912 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -418,7 +418,7 @@ word(s) will be searched for via `eww-search-prefix'."

     (easy-menu-define nil map ""
       '("Eww"
-       ["Quit" eww-quit t]
+       ["Quit" quit-window t]
        ["Reload" eww-reload t]
        ["Back to previous page" eww-back-url
         :active (not (zerop (length eww-history)))]
--
1.8.3.1



Kenjiro Nakayama



On Mon, Dec 2, 2013 at 2:00 AM, Lars Magne Ingebrigtsen <address@hidden> wrote:
"T.V. Raman" <address@hidden> writes:

> Would be far simpler to let 'q' bury-buffer -- gets it out of the
> way, and it's easy enough to jump back.

True.  I've now bound `q' to `quit-window'.

--
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]