From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: keymap display inconsistency in help Date: Sun, 28 Apr 2002 23:06:06 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200204290506.g3T566o06170@aztec.santafe.edu> References: <200204261709.g3QH9xL04077@steve.ims.uni-stuttgart.de> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020057030 9339 127.0.0.1 (29 Apr 2002 05:10:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2002 05:10:30 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1723Qj-0002QW-00 for ; Mon, 29 Apr 2002 07:10:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1723QY-0006gP-00; Mon, 29 Apr 2002 01:10:18 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1723MV-0006Of-00; Mon, 29 Apr 2002 01:06:07 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g3T566a28529; Sun, 28 Apr 2002 23:06:06 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g3T566o06170; Sun, 28 Apr 2002 23:06:06 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: steve@ims.uni-stuttgart.de In-Reply-To: <200204261709.g3QH9xL04077@steve.ims.uni-stuttgart.de> (message from Stephen Berman on Fri, 26 Apr 2002 19:09:59 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1020 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1020 If a major mode keymap is defined using (make-keymap), then in both the mode description and the function description of the mode the key bindings are displayed in ASCII order; but if the keymap is defined using (make-sparse-keymap), then the key bindings are displayed in reverse ASCII order. Would you please send precise test cases? You say "are displayed", but that is not clear: displayed by what? With precise test cases, I would know the answer.