GNU bug report logs -
#18834
references to (long time removed) eww-quit
Previous Next
Reported by: Ivan Shmakov <ivan <at> siamics.net>
Date: Sat, 25 Oct 2014 16:49:02 UTC
Severity: minor
Tags: patch
Done: Ted Zlatanov <tzz <at> lifelogs.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18834 in the body.
You can then email your comments to 18834 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18834
; Package
emacs
.
(Sat, 25 Oct 2014 16:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ivan Shmakov <ivan <at> siamics.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 25 Oct 2014 16:49:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Package: emacs
Severity: minor
Tags: patch
Git records show eww-quit and eww-exit being defined and
redefined the last December. Ultimately, however, both of these
commands were removed from the code, – yet the references to
them remain there to this day.
Please thus consider the (untested) patch MIMEd, which is
intended to complete the following change:
commit 4c004eaa87a1c9771a3ad07b382efbb81e380f96
Author: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
AuthorDate: Sun Dec 1 18:00:04 2013 +0100
eww: Have `q' do a normal `quit-window' instead of killing the buffer.
TIA.
--
FSF associate member #7257 http://boycottsystemd.org/ … 3013 B6A0 230E 334A
[Message part 2 (text/diff, inline)]
--- 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")
Reply sent
to
Ted Zlatanov <tzz <at> lifelogs.com>
:
You have taken responsibility.
(Sun, 02 Nov 2014 21:04:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ivan Shmakov <ivan <at> siamics.net>
:
bug acknowledged by developer.
(Sun, 02 Nov 2014 21:04:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 18834-done <at> debbugs.gnu.org (full text, mbox):
On Sat, 25 Oct 2014 16:47:43 +0000 Ivan Shmakov <ivan <at> siamics.net> wrote:
IS> - ["Exit" eww-quit t]
IS> + ["Exit" quit-window t]
IS> - '((eww-quit . "close")
IS> + '((quit-window . "close")
Thanks for the patch; applied in your name. Closing.
Ted
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 Dec 2014 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.