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: Function for deleting a key binding in a sparse keymap Date: Thu, 08 Dec 2005 13:56:00 -0500 Message-ID: References: <3cc04a73cc1b1a.3cc1b1a3cc04a7@net.lu.se> <43987D21.4070200@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 1134069788 28722 80.91.229.2 (8 Dec 2005 19:23:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 19:23:08 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 08 20:23:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkRKS-0001Qi-IU for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 20:21:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkRKl-0003k1-4B for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 14:21:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkQwO-0006tA-9U for emacs-devel@gnu.org; Thu, 08 Dec 2005 13:56:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkQwL-0006rj-RG for emacs-devel@gnu.org; Thu, 08 Dec 2005 13:56:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkQwL-0006rF-AE for emacs-devel@gnu.org; Thu, 08 Dec 2005 13:56:25 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkQxP-0004tZ-BZ for emacs-devel@gnu.org; Thu, 08 Dec 2005 13:57:31 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id C3C4833E604; Thu, 8 Dec 2005 13:56:04 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 686124AC00A; Thu, 8 Dec 2005 13:56:00 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 489A2E6C19; Thu, 8 Dec 2005 13:56:00 -0500 (EST) Original-To: Lennart Borgman In-Reply-To: <43987D21.4070200@student.lu.se> (Lennart Borgman's message of "Thu, 08 Dec 2005 19:36:17 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.853, requis 5, autolearn=not spam, AWL 0.05, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca 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:47240 Archived-At: > Go through the list below step by step. As soon as a it (see KeyLookup) is > found in any keymap you are ready. That would probably be a good idea. E.g. you forgot to include key-translation-map, function-key-map, keyboard-translate-table, translation-table-for-input, maybe more? Stefan