From: Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
To: 16142@debbugs.gnu.org
Subject: bug#16142: 24.3.50; [PATCH] eww: Delete keymap to eww-submit with Enter in the text field.
Date: Sat, 14 Dec 2013 21:15:47 +0900 [thread overview]
Message-ID: <878uvn1vd8.fsf@dhcp-193-97.nrt.redhat.com> (raw)
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
next reply other threads:[~2013-12-14 12:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-14 12:15 Kenjiro NAKAYAMA [this message]
2013-12-21 20:44 ` bug#16142: 24.3.50; [PATCH] eww: Delete keymap to eww-submit with Enter in the text field Ted Zlatanov
2013-12-24 7:28 ` Lars Ingebrigtsen
2013-12-25 10:37 ` Kenjiro NAKAYAMA
2013-12-25 15:33 ` Lars Ingebrigtsen
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878uvn1vd8.fsf@dhcp-193-97.nrt.redhat.com \
--to=nakayamakenjiro@gmail.com \
--cc=16142@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 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).