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: Mon, 01 Nov 2021 05:22:35 +0200 Message-ID: <83mtmomuf8.fsf@gnu.org> References: <87lf29xdkf.fsf@gnus.org> <87h7cxx9bh.fsf@gnus.org> <874k8xx8fc.fsf@gnus.org> <87ilxdorj9.fsf@gmail.com> 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="7165"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, jonas@bernoul.li, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 01 04:23:23 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 1mhNur-0001f5-M6 for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Nov 2021 04:23:21 +0100 Original-Received: from localhost ([::1]:49800 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mhNuq-0003rn-9n for ged-emacs-devel@m.gmane-mx.org; Sun, 31 Oct 2021 23:23:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35360) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhNuI-0003DE-JN for emacs-devel@gnu.org; Sun, 31 Oct 2021 23:22:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44298) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhNuH-00068u-84; Sun, 31 Oct 2021 23:22:45 -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=Wfg08NayogK4huO4/kkaVLc0WtdoWXjznOFdHQQ/afU=; b=g530XagIlWGE8CydqO3c PIzFvjThVeEWWe9tjDXO09iJGl3TWmuG1opmJ+4bP9JKadQO12YNUtSmDc6AHoO5CkOhYXey0Oy3D /2qUgUbl6KpyzVLuGnJp5BCTW9BTO3VBW7GYlKmwfdKTFxJwwpOmI03reHFXhx6YzKRg5nEonmG66 ifr3y7jGHux/ka8PhhxFNmjsQ/ZoVZSJOXImyjO5L7fL6mLlu3swMhvWjJP6m2PPMbuSptKrZRfGB UKMF0vkmQWWadiH7lg9IOByzNIiSyR8aZ74nH+v3iZVSuzJ//C/aQyJTLLHfN7RnU8iq+w/zrZxsx 21/cW4OI3YFPwQ==; Original-Received: from [87.69.77.57] (port=1644 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 1mhNuG-0004Vf-OR; Sun, 31 Oct 2021 23:22:45 -0400 In-Reply-To: <87ilxdorj9.fsf@gmail.com> (message from =?utf-8?Q?K=C3=A9vin?= Le Gouguec on Sun, 31 Oct 2021 21:42:02 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:278358 Archived-At: > From: Kévin Le Gouguec > Date: Sun, 31 Oct 2021 21:42:02 +0100 > Cc: Jonas Bernoulli , > Stefan Monnier , emacs-devel@gnu.org > > Lars Ingebrigtsen writes: > > > Stefan Monnier writes: > > > >> Shouldn't we have those standard triangles/arrows on which to click to > >> hide/unhide? > > > > Yes, that'd be nice. Perhaps with a user option to toggle between > > classic "..." outlining and triangles? > > Jonas's magit-section (available on NonGNU ELPA) more or less does > exactly that: on the GUI, add chevrons to the left fringe (right chevron > means "hit TAB to expand", down chevron means "hit TAB to fold back"); > on the TUI, append ellipses to expandable sections. Don't we have similar stuff in Customize buffers?