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: Wed, 14 Dec 2005 15:02:42 -0500 Message-ID: References: <3cc04a73cc1b1a.3cc1b1a3cc04a7@net.lu.se> <43987D21.4070200@student.lu.se> <4398C8F2.8060301@student.lu.se> <4399E538.2080909@student.lu.se> <439B688C.1090207@student.lu.se> <439CD53C.1070500@student.lu.se> <439DCAEA.5080204@student.lu.se> <439F6C61.4040807@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 1134599109 26527 80.91.229.2 (14 Dec 2005 22:25:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 22:25:09 +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 Wed Dec 14 23:25:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Emf0c-0007cx-6H for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 23:22:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emf1D-00025F-S3 for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 17:22:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Emcrk-0005XX-QT for emacs-devel@gnu.org; Wed, 14 Dec 2005 15:04:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Emcrj-0005Wd-4M for emacs-devel@gnu.org; Wed, 14 Dec 2005 15:04:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emcri-0005WN-Ia for emacs-devel@gnu.org; Wed, 14 Dec 2005 15:04:42 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Emctq-0008DS-9e for emacs-devel@gnu.org; Wed, 14 Dec 2005 15:06:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Emcpm-0005ln-PR; Wed, 14 Dec 2005 15:02:42 -0500 Original-To: Lennart Borgman In-reply-to: <439F6C61.4040807@student.lu.se> (message from Lennart Borgman on Wed, 14 Dec 2005 01:50:41 +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:47734 Archived-At: I think a link to the place wher translation-table-for-input is explained would be good. Ok. BTW it would be easier to understand the purpose of this variable if it was named translation-table-for-insert. Is not that what it is? Now it is not used only for insertion. Search commands use it too. (I will update its documentation.) >Such vagueness is unhelpful. Please say what the function does. >Then add an xref to it. > I have rewritten it but I do not know how to make an xref to it. The simple way is to make an xref to the node containing the main explanation of that function. I think your draft is ready to install. I will do that, and clarify some of the wording.