[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trunk r115246: eww usability improvements
From: |
nakayamakenjiro |
Subject: |
Re: trunk r115246: eww usability improvements |
Date: |
Wed, 11 Dec 2013 14:00:31 +0900 |
User-agent: |
mu4e 0.9.9.6pre2; emacs 24.3.50.3 |
address@hidden writes:
Ted> I made the change, thank you. One tiny difference: I used "Exit" for
Ted> `eww-quit' (which, btw, could be renamed accordingly) and "Close
defun eww-quit() has already been deleted, hasn't it?
http://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/net/eww.el?id=4c004eaa87a1c9771a3ad07b382efbb81e380f96
address@hidden writes:
> On Sun, 8 Dec 2013 12:03:57 +0900 Nakayama Kenjiro <address@hidden> wrote:
>
> NK> I found another tiny mistake in easy-menu. I resend the fixes.
> NK> Signed-off-by: Kenjiro NAKAYAMA <address@hidden>
>
> NK> * net/eww.el (eww-mode-map): "Quit" in the easy-menu do a
> NK> `quit-window' instead of killing the buffer. And fixed wrong function of
> NK> "List bookmarks".
>
> I made the change, thank you. One tiny difference: I used "Exit" for
> `eww-quit' (which, btw, could be renamed accordingly) and "Close
> browser" for `quit-window'.
>
> Ted