From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Page order in describe-bindings Date: Mon, 04 Mar 2024 14:07:17 +0200 Message-ID: <86wmqimc96.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19673"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 04 13:08:36 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rh77T-0004qM-VE for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Mar 2024 13:08:36 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rh770-0007xX-Qv; Mon, 04 Mar 2024 07:08:06 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rh76o-0007u1-Fe for emacs-devel@gnu.org; Mon, 04 Mar 2024 07:07:57 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rh76n-0003Cl-Aw; Mon, 04 Mar 2024 07:07:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=UbYbS4w3VTGRkzCZ4mbYPiXOlMORBKv6LPZGHwjGIyM=; b=hV40+41/4MgH jc3xJg/SDpiz8KmNwA7zwr/37rsrR8MYMajZFJ8d2bYoNaHGihEINxPihqdMmZDYG3Uyo1oCuw+L2 mVhE38aQOdbGhkDksQduIj1jZT7D9iteaugVzGOcOMgnAo5k35KKID8ij3v6hqRGI4BoG3h2nt2sn D09i6T1HvChqSPZ+5R1YzrU/zqBvCxaZG6ZP81YhSNVi6jIqvc4olR0ghS++eU5/hFDaAV4Ov7Xfq Ii9xy87u/tJcKAtPBWVxAR6nOJPUK+N4qElsuQ0orWVDqDhY102zlqMEZvAlV2zj35H6/D2j6sq7z kEDpLRNcBGZebQS1lcK7zg==; In-Reply-To: (message from Richard Stallman on Sun, 03 Mar 2024 22:45:31 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316789 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Sun, 03 Mar 2024 22:45:31 -0500 > > I have a hunch that the diversity of binding situations is much more now > and that developing a good way to show them all might require more thought. We now display the *Help* buffer with bindings in outline-minor-mode, which makes navigation between sections much easier. In addition, users can customize an option to start the *Help* buffer in "folded" mode, where only the section heading lines are shown, in which case the major-mode section is just one or 2 lines away.