From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: describe-bindings: ^L, bad order, naming Date: Fri, 11 Nov 2005 20:13:34 +0100 Message-ID: <4374ED5E.7090007@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1131736565 21925 80.91.229.2 (11 Nov 2005 19:16:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Nov 2005 19:16:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 11 20:16:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EaeLY-000052-43 for ged-emacs-devel@m.gmane.org; Fri, 11 Nov 2005 20:14:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EaeLX-0006Ic-IQ for ged-emacs-devel@m.gmane.org; Fri, 11 Nov 2005 14:13:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EaeLC-0006HV-Kz for emacs-devel@gnu.org; Fri, 11 Nov 2005 14:13:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EaeLB-0006Gw-8B for emacs-devel@gnu.org; Fri, 11 Nov 2005 14:13:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EaeLB-0006Gp-19 for emacs-devel@gnu.org; Fri, 11 Nov 2005 14:13:37 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EaeL9-0003ra-D3; Fri, 11 Nov 2005 14:13:35 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 43721F89000B4E01; Fri, 11 Nov 2005 20:13:34 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:45765 Archived-At: Eli Zaretskii wrote: >Here's one more idea for displaying the bindings (it could also be >useful for what display-mode shows): put the help buffer into Outline >mode and use Outline-style headings instead of the ^L delimiters. >Initially, the display could be collapsed so that only the headings >are shown; users then could use Outline commands both for movement >between groups of bindings and for showing only those groups they are >interested in. > > A very good suggestion in my opinion.