all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16142: 24.3.50; [PATCH] eww: Delete keymap to eww-submit with Enter in the text field.
@ 2013-12-14 12:15 Kenjiro NAKAYAMA
  2013-12-21 20:44 ` Ted Zlatanov
  2013-12-24  7:28 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Kenjiro NAKAYAMA @ 2013-12-14 12:15 UTC (permalink / raw)
  To: 16142

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





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

end of thread, other threads:[~2013-12-25 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14 12:15 bug#16142: 24.3.50; [PATCH] eww: Delete keymap to eww-submit with Enter in the text field Kenjiro NAKAYAMA
2013-12-21 20:44 ` Ted Zlatanov
2013-12-24  7:28 ` Lars Ingebrigtsen
2013-12-25 10:37   ` Kenjiro NAKAYAMA
2013-12-25 15:33     ` Lars Ingebrigtsen

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.