all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jordan Wilson <inopem@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Bug #18834 needs backporting
Date: Sat, 21 Feb 2015 20:40:19 +0000	[thread overview]
Message-ID: <87d253hubw.fsf@gmail.com> (raw)
In-Reply-To: jwva907j9lr.fsf-monnier+emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 142 bytes --]

It's just two lines that have to be changed. The patch contributed by
Ivan Shmakov (which was applied to master back in October) is attached.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: eww.patch --]
[-- Type: text/x-diff, Size: 565 bytes --]

--- eww.el
+++ eww.el
@@ -443,7 +443,7 @@
 
     (easy-menu-define nil map ""
       '("Eww"
-	["Exit" eww-quit t]
+	["Exit" quit-window t]
 	["Close browser" quit-window t]
 	["Reload" eww-reload t]
 	["Back to previous page" eww-back-url
@@ -463,7 +463,7 @@
 (defvar eww-tool-bar-map
   (let ((map (make-sparse-keymap)))
     (dolist (tool-bar-item
-             '((eww-quit . "close")
+             '((quit-window . "close")
                (eww-reload . "refresh")
                (eww-back-url . "left-arrow")
                (eww-forward-url . "right-arrow")

[-- Attachment #3: Type: text/plain, Size: 56 bytes --]

-- 
Jordan Wilson
Sent from Gnus v5.13, Emacs 24.4.90.1

  reply	other threads:[~2015-02-21 20:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20 22:42 Bug #18834 needs backporting Jordan Wilson
2015-02-21  8:52 ` Eli Zaretskii
2015-02-21 20:26   ` Stefan Monnier
2015-02-21 20:40     ` Jordan Wilson [this message]
2015-02-21 20:51     ` Eli Zaretskii
2015-02-22 18:10       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d253hubw.fsf@gmail.com \
    --to=inopem@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.