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: Kenjiro NAKAYAMA
Subject: Re: trunk r115246: eww usability improvements
Date: Sun, 08 Dec 2013 15:02:40 +0900
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.3

Sorry, I have One more thing. if we use quit-window to quit eww, the following 
two lines in
eww-mode-map should be deleted? After restart eww, we can use the eww-history.

(set (make-local-variable 'eww-history) nil)
(set (make-local-variable 'eww-history-position) 0)

I sent the patch with the new function to list the browser histories
to bug-gnu-emacs mailing list (bug#16086).

Kenjiro NAKAYAMA

address@hidden writes:

> I found another tiny mistake in easy-menu. I resend the fixes.
>
> 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. And fixed wrong function of
> "List bookmarks".
>
> ---
>  lisp/net/eww.el | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lisp/net/eww.el b/lisp/net/eww.el
> index 9d1c3a2..0c6513e 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)))]
> @@ -429,7 +429,7 @@ word(s) will be searched for via `eww-search-prefix'."
>         ["View page source" eww-view-source]
>         ["Copy page URL" eww-copy-page-url t]
>         ["Add bookmark" eww-add-bookmark t]
> -       ["List bookmarks" eww-copy-page-url t]
> +       ["List bookmarks" eww-list-bookmarks t]
>         ["List cookies" url-cookie-list t]))
>      map))




reply via email to

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