From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Function for deleting a key binding in a sparse keymap Date: Fri, 09 Dec 2005 23:13:25 -0500 Message-ID: References: <3cc04a73cc1b1a.3cc1b1a3cc04a7@net.lu.se> <43987D21.4070200@student.lu.se> <4398C8F2.8060301@student.lu.se> <4399E538.2080909@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134188140 3495 80.91.229.2 (10 Dec 2005 04:15:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Dec 2005 04:15:40 +0000 (UTC) Cc: storm@cua.dk, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 10 05:15:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ekw81-0005GE-5a for ged-emacs-devel@m.gmane.org; Sat, 10 Dec 2005 05:14:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ekw8N-0003nV-UE for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 23:14:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ekw88-0003n4-0e for emacs-devel@gnu.org; Fri, 09 Dec 2005 23:14:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ekw87-0003ms-HY for emacs-devel@gnu.org; Fri, 09 Dec 2005 23:14:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ekw87-0003mp-Ct for emacs-devel@gnu.org; Fri, 09 Dec 2005 23:14:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ekw9Q-0008Ep-JL for emacs-devel@gnu.org; Fri, 09 Dec 2005 23:16:00 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ekw6v-0003AD-Tz; Fri, 09 Dec 2005 23:13:25 -0500 Original-To: Lennart Borgman In-reply-to: <4399E538.2080909@student.lu.se> (message from Lennart Borgman on Fri, 09 Dec 2005 21:12:40 +0100) 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:47366 Archived-At: Go through the list below step by step. As soon as a hit is found in any keymap (see KeyLookup) you normally are ready. Saying "you" is a peculiar way to word it--it is Enacs that does these things. Could you rewrite this in terms of what Emacs does? Also, could you (or someone) turn it into Texinfo?