GNU bug report logs -
#16142
24.3.50; [PATCH] eww: Delete keymap to eww-submit with Enter in the text field.
Previous Next
Reported by: Kenjiro NAKAYAMA <nakayamakenjiro <at> gmail.com>
Date: Sat, 14 Dec 2013 12:17:02 UTC
Severity: minor
Tags: notabug, patch, wontfix
Found in version 24.3.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
The key map to eww-submit with Enter key in the text field should be
deleted. It is easy to mistake.
Signed-off-by: Kenjiro NAKAYAMA <nakayamakenjiro <at> gmail.com>
* net/eww.el (eww-text-map): Delete keymap to eww-submit with
Enter in the text field.
---
lisp/net/eww.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 34c6728..011d3fb 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -571,7 +571,6 @@ appears in a <link> or <a> tag."
(defvar eww-text-map
(let ((map (make-keymap)))
(set-keymap-parent map text-mode-map)
- (define-key map "\r" 'eww-submit)
(define-key map [(control a)] 'eww-beginning-of-text)
(define-key map [(control c) (control c)] 'eww-submit)
(define-key map [(control e)] 'eww-end-of-text)
--
1.8.3.1
Kenjiro
This bug report was last modified 11 years and 150 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.