From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: 'ignore hides \r in keymap Date: Thu, 03 Nov 2005 23:26:17 -0500 Message-ID: <877jbpvy57.fsf-monnier+emacs@gnu.org> References: <436802B8.4090509@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1131078416 20745 80.91.229.2 (4 Nov 2005 04:26:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2005 04:26:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 04 05:26:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXt9s-0003i2-8E for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2005 05:26:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXt9r-0002LI-Ng for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 23:26:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXt9h-0002Jn-2a for emacs-devel@gnu.org; Thu, 03 Nov 2005 23:26:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXt9f-0002Is-BK for emacs-devel@gnu.org; Thu, 03 Nov 2005 23:26:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXt9f-0002Ip-7w for emacs-devel@gnu.org; Thu, 03 Nov 2005 23:26:19 -0500 Original-Received: from [209.226.175.4] (helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXt9e-0005Rl-Tk for emacs-devel@gnu.org; Thu, 03 Nov 2005 23:26:19 -0500 Original-Received: from alfajor ([65.92.243.185]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051104042617.KMYG21026.tomts16-srv.bellnexxia.net@alfajor>; Thu, 3 Nov 2005 23:26:17 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id ABABFD7AEC; Thu, 3 Nov 2005 23:26:17 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: (Johan's message of "Thu, 03 Nov 2005 22:50:55 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:45384 Archived-At: > Looks like it's a problem of RET (C-m) vs (function key). You > would see the same thing if you bound TAB (C-i) and pressed etc. > Apparently the default binding is used before the --> RET > translation is made. Indeed. The problem is that the -> RET mapping is done conditionally on whether there is a binding for . Now I think that this should not take default bindings into account, but last I looked at it it wasn't easy to fix (this is done in a very big and hairy function with lots of non-trivial and non-written invariants). Stefan