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 14:24:45 +0200 Message-ID: <83k0hsm5bm.fsf@gnu.org> References: <87lf29xdkf.fsf@gnus.org> <87h7cxx9bh.fsf@gnus.org> <874k8xx8fc.fsf@gnus.org> <87r1c0x6ul.fsf@gnus.org> <87mtmox56x.fsf@gnus.org> <87ilxcx2kp.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5691"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 01 13:25:51 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 1mhWNr-0001Ic-36 for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Nov 2021 13:25:51 +0100 Original-Received: from localhost ([::1]:52186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mhWNq-0001e3-3w for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Nov 2021 08:25:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhWMw-0005F8-39 for emacs-devel@gnu.org; Mon, 01 Nov 2021 08:24:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54842) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhWMv-0001OZ-Mm; Mon, 01 Nov 2021 08:24:53 -0400 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=qDrLQl+hM/BRRZOzcTBpn3ooIJ58RC7opqGoJRHZdDs=; b=iPdk7ODG23fD EiV9OXMQVdrveLIET0z6avssqtWo2p6AjMGt4JoU8eBCJudAzrtaRyA0FxnGlDImOGwo9t61+6YOr HIRQvCM8FivGVHAVKbLUyxiEvyXMAAc1PuAAa8dpY5l17/NGRCPIiYPzUjP6H+DS54ZTVc09ECpPr IMuaE2tXRil4BYpKqzVuaUGZaInrgDjDQlb+Ms1TviQkS4XWjw8W5in1Ax2zngV1oNCN/NzeWuFMI pozRxgH/C3yTNUmlTgpYk7msufps6t2+AWPwS+hGIPH/kiNdaDP/ScKz9BsrXqmp3jcxz4Yc2J4X0 tiLbqN7af1bsn5zwIK18LQ==; Original-Received: from [87.69.77.57] (port=2898 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 1mhWMv-0008PU-6d; Mon, 01 Nov 2021 08:24:53 -0400 In-Reply-To: <87ilxcx2kp.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 31 Oct 2021 23:16:22 +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:278372 Archived-At: > From: Lars Ingebrigtsen > Date: Sun, 31 Oct 2021 23:16:22 +0100 > Cc: emacs-devel@gnu.org > > Stefan Monnier writes: > > > Indeed, you can click on it with the mouse, but I don't think we offer > > a mechanism to do that from the keyboard (not sure if clicking with the > > mouse in a tty can do it either). > > I've now implemented this and pushed it to master. Thanks, but clicking mouse-1 on those triangles does nothing. I see that only mouse-2 does, which is confusing, I think, because it's different from what happens in Customize Group buffers. (It is also inconvenient when the middle mouse button is the wheel.) Also, the mouse pointer doesn't change to a hand, like it does in Custom buffers; I think it should. And on TTY frame, there's no hint that mouse clicks are supported, because there's no mouse-highlight on the mouse-sensitive text.