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: define key with "\s-" super modifier in string? Date: Thu, 08 Dec 2005 20:42:53 -0500 Message-ID: References: <874q5kr9l8.fsf@peder.flower> <878xuvjtdb.fsf@peder.flower> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134092824 31433 80.91.229.2 (9 Dec 2005 01:47:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2005 01:47:04 +0000 (UTC) Cc: epronk@muftor.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 09 02:47:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkXK8-0006q7-HU for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 02:45:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkXKR-0007Bj-Rw for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 20:45:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkXIj-0006gF-BF for emacs-devel@gnu.org; Thu, 08 Dec 2005 20:43:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkXIi-0006fp-CR for emacs-devel@gnu.org; Thu, 08 Dec 2005 20:43:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkXIi-0006fi-8Y for emacs-devel@gnu.org; Thu, 08 Dec 2005 20:43:56 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkXJp-0000ow-Cs for emacs-devel@gnu.org; Thu, 08 Dec 2005 20:45:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EkXHh-0000xJ-3Y; Thu, 08 Dec 2005 20:42:53 -0500 Original-To: Jan Nieuwenhuizen In-reply-to: <878xuvjtdb.fsf@peder.flower> (message from Jan Nieuwenhuizen on Thu, 08 Dec 2005 20:12:16 +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:47280 Archived-At: Reading the documentation in full, it states quite clearly that only ascii and meta work. The first few examples that show vectors, however, do not show or mention the super modifier. There are so many modifiers. It would be wasteful and redundant to give an example for each of them. I think people should be able to understand the existing text, once they read it.