From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nakayama Kenjiro Newsgroups: gmane.emacs.devel Subject: Re: trunk r115246: eww usability improvements Date: Sun, 8 Dec 2013 11:40:54 +0900 Message-ID: References: <87iovbxnj2.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043c7e76f5c9dd04ecfcce7e X-Trace: ger.gmane.org 1386470462 2363 80.91.229.3 (8 Dec 2013 02:41:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2013 02:41:02 +0000 (UTC) Cc: "T.V. Raman" , Ted Zlatanov , emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 08 03:41:09 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VpUIv-0006ft-0N for ged-emacs-devel@m.gmane.org; Sun, 08 Dec 2013 03:41:09 +0100 Original-Received: from localhost ([::1]:38004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpUIu-0006Er-GF for ged-emacs-devel@m.gmane.org; Sat, 07 Dec 2013 21:41:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpUIn-0006El-Ou for emacs-devel@gnu.org; Sat, 07 Dec 2013 21:41:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpUIi-0002Sc-UT for emacs-devel@gnu.org; Sat, 07 Dec 2013 21:41:01 -0500 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:49680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpUIi-0002SW-N2 for emacs-devel@gnu.org; Sat, 07 Dec 2013 21:40:56 -0500 Original-Received: by mail-wi0-f174.google.com with SMTP id z2so2415491wiv.13 for ; Sat, 07 Dec 2013 18:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ymu63xPc9h7qNNNIr1LrKKtty3DE/2WeHVE7MtFdJqQ=; b=htPo2VXrLNMmFWzpngl6xTb8EkhF+D6aLqf0AB2qCA2aejrws6qoUXDFIi+DfOBHtz GNJc4qyBKXc8w1suNpBkvemAwE809x02/vgA/ZN41SwN/38KgqNaivODYPrO4YurTYvn FWS1sQyeJz4OxeLY3Bg6zw6gzTN/IUB1EB4062G6687DJn4CCZ/wczHn8//aE/vvxeZ5 sgRjOWEprNMyMusjSekZ9CcVrJemGlNE8u61Ac176t6AmQ4X7plJTyRaDL5DMX26m92i YywshpGY2Ho3VRrjVUiqUo2Gx4cyC/oT+kR3i7EeUDUNtu8fb4Bpmg3J5gOp0XBev4XQ Oviw== X-Received: by 10.180.91.11 with SMTP id ca11mr8596078wib.39.1386470454968; Sat, 07 Dec 2013 18:40:54 -0800 (PST) Original-Received: by 10.180.38.76 with HTTP; Sat, 7 Dec 2013 18:40:54 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166193 Archived-At: --f46d043c7e76f5c9dd04ecfcce7e Content-Type: text/plain; charset=ISO-8859-1 > True. I've now bound `q' to `quit-window'. Then, please apply this one, too. Signed-off-by: Kenjiro NAKAYAMA * 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 wrote: > "T.V. Raman" 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 > > --f46d043c7e76f5c9dd04ecfcce7e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
> True. =A0I've now bou= nd `q' to `quit-window'.

Then,=A0 please apply t= his one, too.

Signed-off-by: Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>

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

---
=A0lisp/net/eww.el | 2 +-
=A01 file chan= ged, 1 insertion(+), 1 deletion(-)

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

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



Kenjiro Nakayama



On Mon, Dec 2, = 2013 at 2:00 AM, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote= :
"T= .V. Raman" <tv.raman.tv@gm= ail.com> 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. =A0I've now bound `q' to `quit-window'.

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


--f46d043c7e76f5c9dd04ecfcce7e--