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: Tweaking the output of `C-h b' Date: Sun, 31 Oct 2021 20:36:09 +0200 Message-ID: <83r1c1m486.fsf@gnu.org> References: <87lf29xdkf.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3701"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 31 19:38:14 2021 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 1mhFie-0000mY-U4 for ged-emacs-devel@m.gmane-mx.org; Sun, 31 Oct 2021 19:38:13 +0100 Original-Received: from localhost ([::1]:35324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mhFid-0001UT-KF for ged-emacs-devel@m.gmane-mx.org; Sun, 31 Oct 2021 14:38:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37580) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhFgo-0000mK-Pd for emacs-devel@gnu.org; Sun, 31 Oct 2021 14:36:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhFgo-0000wE-HD; Sun, 31 Oct 2021 14:36:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=G7fNEpie6YiVcf0TYK67L5jj0hZMl5dXbPtV8+BO9Ho=; b=VqTMCsHi4DXTUsdISeHx I2ZMeyQbIbsTyQPBdetmIosfgyvqgOu6pfbvNU+/64npEXL+s2PFI8B8rT4vcFkgbTcmPdSlCyA9R DPU51wXxeWtNvbyU4RooZlT16T7yvS0kIGywW5yzYcA2B++S5CmuT/3PrShlrjwQQi5ZXDuJ46Yr5 g4VR3dI2ThDf5gkzuODqpGApnzTsDRuJup92+fv28QK+1yWquMjEp4i5mAf7Pq0kNysk4Hv7KnLw1 K7B8Bd1jwou+M0+mndbWM8SOZ6Y440xRqC1WS+stHXF5zdFpGjmY7xOBPAJSgcFHlwi7DpE4UgZas ksoKIRl/4Jg3WA==; Original-Received: from [87.69.77.57] (port=4846 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhFgn-0003Cg-UR; Sun, 31 Oct 2021 14:36:18 -0400 In-Reply-To: <87lf29xdkf.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 31 Oct 2021 19:18:56 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:278323 Archived-At: > From: Lars Ingebrigtsen > Date: Sun, 31 Oct 2021 19:18:56 +0100 > > Currently, `C-h b' start with: > > Key translations: > key binding > --- ------- > > C-x Prefix Command > A-SPC   > A-! ¡ > A-" Prefix Command > A-$ ¤ > A-' Prefix Command > A-* Prefix Command > A-+ ± > A-, Prefix Command > A-- ­ > > That goes on for 700 lines (for me) before we get to How about adding a series of buttons at the beginning of the buffer, which will allow you to jump to the part of interest instantaneously, in the same manner as "C-h m" does? Then the order of presentation is of much lower importance.