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: Rant: key sequences aren't specified in the elisp manual. Date: Sat, 19 Nov 2005 18:26:44 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1132442950 12901 80.91.229.2 (19 Nov 2005 23:29:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Nov 2005 23:29:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 20 00:29:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edc8L-0000l0-Hx for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 00:28:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edc8K-0004E3-WE for ged-emacs-devel@m.gmane.org; Sat, 19 Nov 2005 18:28:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Edc6Z-0003QC-Gr for emacs-devel@gnu.org; Sat, 19 Nov 2005 18:26:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Edc6Y-0003PH-0T for emacs-devel@gnu.org; Sat, 19 Nov 2005 18:26:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edc6X-0003PB-Ny for emacs-devel@gnu.org; Sat, 19 Nov 2005 18:26:45 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Edc6X-0005N8-Hh for emacs-devel@gnu.org; Sat, 19 Nov 2005 18:26:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Edc6W-000294-8D; Sat, 19 Nov 2005 18:26:44 -0500 Original-To: Alan Mackenzie In-reply-to: (message from Alan Mackenzie on Thu, 17 Nov 2005 22:29:40 +0000 (GMT)) 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:46295 Archived-At: I agree that there should be a node that describes key sequences. I think the right place for it is under the Input Events node in the file commands.texi. It should describe both the Lisp representation of key sequences and the various ways of writing them. Since this is important, it is ok to duplicate some of the material about key sequences in the Emacs Manual. The convenience would oughtweigh the duplication. I am too overloaded to write one, though. Could someone else try it? Please ack this message if you do it.