From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#14397: 24.3; and undefined Date: Fri, 13 Dec 2013 03:09:58 +0200 Organization: JURTA Message-ID: <87txedd1u9.fsf@mail.jurta.org> References: <87sj1p9729.fsf@yahoo.fr> <87li00op9a.fsf@yahoo.fr> <87mwkg9ivz.fsf@mail.jurta.org> <87zjofy5xo.fsf@yahoo.fr> <87y53y6a9z.fsf@mail.jurta.org> <8761qw8bbe.fsf@mail.jurta.org> <52A98BEC.60505@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386897073 527 80.91.229.3 (13 Dec 2013 01:11:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Dec 2013 01:11:13 +0000 (UTC) Cc: 14397@debbugs.gnu.org To: Nicolas Richard Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 13 02:11:18 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VrHHi-0001uJ-AR for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Dec 2013 02:11:18 +0100 Original-Received: from localhost ([::1]:39366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrHHh-0002jV-Jv for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Dec 2013 20:11:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrHHY-0002jL-4k for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 20:11:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrHHS-0008Kv-5m for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 20:11:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrHHS-0008Kp-2N for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 20:11:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VrHHR-0004ob-RT for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 20:11:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 13 Dec 2013 01:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14397 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14397-submit@debbugs.gnu.org id=B14397.138689705818497 (code B ref 14397); Fri, 13 Dec 2013 01:11:01 +0000 Original-Received: (at 14397) by debbugs.gnu.org; 13 Dec 2013 01:10:58 +0000 Original-Received: from localhost ([127.0.0.1]:46296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VrHHO-0004oH-EG for submit@debbugs.gnu.org; Thu, 12 Dec 2013 20:10:58 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:41081 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VrHHM-0004o9-Rq for 14397@debbugs.gnu.org; Thu, 12 Dec 2013 20:10:57 -0500 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 12C37258B9E935; Thu, 12 Dec 2013 17:10:54 -0800 (PST) In-Reply-To: <52A98BEC.60505@yahoo.fr> (Nicolas Richard's message of "Thu, 12 Dec 2013 11:11:56 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:81843 Archived-At: > Just a thought : your patch puts, in bindings.el, some function-key-map > bindings which were already defined in simple.el ; see the section > ;;;; Keypad support. > in simple.el. Now I removed duplicate bindings from simple.el, except kp-enter. simple.el binds kp-enter to ?\r, and bindings.el binds it to `enter'. Loadup loads simple.el later after bindings.el, so keybindings in simple.el override the keybindings in bindings.el. Thus we could leave it as is, allowing simple.el to override kp-enter with ?\r.