unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link
@ 2014-11-17 19:10 Mark Oteiza
  2014-11-23 15:34 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Oteiza @ 2014-11-17 19:10 UTC (permalink / raw)
  To: 19087


---
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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link
  2014-11-17 19:10 bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link Mark Oteiza
@ 2014-11-23 15:34 ` Lars Magne Ingebrigtsen
  2014-11-23 16:35   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2014-11-23 15:34 UTC (permalink / raw)
  To: Mark Oteiza; +Cc: 19087

Mark Oteiza <mvoteiza@udel.edu> writes:

> Backtab is used like M-tab in many places.  See info.el for example.

Thanks; applied.

>      (define-key map [?\M-\t] 'shr-previous-link)
> +    (define-key map [backtab] 'shr-previous-link)

I vaguely remember something about not using both backtab and M-t?  But
I don't recall what.  Is the M-t superfluous?

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link
  2014-11-23 15:34 ` Lars Magne Ingebrigtsen
@ 2014-11-23 16:35   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2014-11-23 16:35 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: mvoteiza, 19087

> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
> Date: Sun, 23 Nov 2014 16:34:12 +0100
> Cc: 19087@debbugs.gnu.org
> 
> >      (define-key map [?\M-\t] 'shr-previous-link)
> > +    (define-key map [backtab] 'shr-previous-link)
> 
> I vaguely remember something about not using both backtab and M-t?  But
> I don't recall what.  Is the M-t superfluous?

No.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-23 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 19:10 bug#19087: 25.0.50; [PATCH] eww: bind backtab to shr-previous-link Mark Oteiza
2014-11-23 15:34 ` Lars Magne Ingebrigtsen
2014-11-23 16:35   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).