From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Rant: key sequences aren't specified in the elisp manual. Date: Sun, 11 Dec 2005 00:03:50 -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 1134277937 19950 80.91.229.2 (11 Dec 2005 05:12:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Dec 2005 05:12:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 11 06:12:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ElJUB-0007nN-Tp for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2005 06:11:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElJUc-0001vS-5e for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2005 00:11:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ElJOe-0006XO-4p for emacs-devel@gnu.org; Sun, 11 Dec 2005 00:05:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ElJOd-0006WW-03 for emacs-devel@gnu.org; Sun, 11 Dec 2005 00:05:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElJOc-0006W4-KE for emacs-devel@gnu.org; Sun, 11 Dec 2005 00:05:14 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ElJQ7-000410-3n for emacs-devel@gnu.org; Sun, 11 Dec 2005 00:06:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ElJNG-0004BP-Jh; Sun, 11 Dec 2005 00:03:50 -0500 Original-To: emacs-devel@gnu.org 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:47439 Archived-At: [I sent this message twice but did not get a response.] 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.