From: Mark Oteiza <mvoteiza@udel.edu>
To: 19087@debbugs.gnu.org
Subject: bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link
Date: Mon, 17 Nov 2014 14:10:56 -0500 [thread overview]
Message-ID: <87oas5iqwv.fsf@udel.edu> (raw)
---
Backtab is used like M-tab in many places. See info.el for example.
lisp/ChangeLog | 4 ++++
lisp/net/eww.el | 1 +
2 files changed, 5 insertions(+)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c30a2dd..95d5eee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
+
+ * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link
+
2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
Port new time stamp handling to old Emacs and to XEmacs.
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index fbac428..bc8f823 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -515,6 +515,7 @@ the like."
(define-key map "g" 'eww-reload)
(define-key map [?\t] 'shr-next-link)
(define-key map [?\M-\t] 'shr-previous-link)
+ (define-key map [backtab] 'shr-previous-link)
(define-key map [delete] 'scroll-down-command)
(define-key map [?\S-\ ] 'scroll-down-command)
(define-key map "\177" 'scroll-down-command)
--
2.1.3
next reply other threads:[~2014-11-17 19:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-17 19:10 Mark Oteiza [this message]
2014-11-23 15:34 ` bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link Lars Magne Ingebrigtsen
2014-11-23 16:35 ` Eli Zaretskii
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=87oas5iqwv.fsf@udel.edu \
--to=mvoteiza@udel.edu \
--cc=19087@debbugs.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.