From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#57082: 29.0.50; emacs-news-view-mode breakage Date: Wed, 10 Aug 2022 10:39:22 +0300 Organization: LINKOV.NET Message-ID: <86tu6kcyuh.fsf@mail.linkov.net> References: <87zggdxuf0.fsf@gmx.net> <874jylwa17.fsf@gnus.org> <865yj1p6o2.fsf@mail.linkov.net> <87v8r1xj9u.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38566"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , Stephen Berman , 57082@debbugs.gnu.org To: Jim Porter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 10 10:03:15 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1oLggM-0009rZ-Nh for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 10 Aug 2022 10:03:14 +0200 Original-Received: from localhost ([::1]:35044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLggL-0004ao-OB for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 10 Aug 2022 04:03:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40892) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLggA-0004a4-LC for bug-gnu-emacs@gnu.org; Wed, 10 Aug 2022 04:03:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56166) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLggA-0006eO-C5 for bug-gnu-emacs@gnu.org; Wed, 10 Aug 2022 04:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLggA-0006t8-6x for bug-gnu-emacs@gnu.org; Wed, 10 Aug 2022 04:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Aug 2022 08:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57082 X-GNU-PR-Package: emacs Original-Received: via spool by 57082-submit@debbugs.gnu.org id=B57082.166011856726450 (code B ref 57082); Wed, 10 Aug 2022 08:03:02 +0000 Original-Received: (at 57082) by debbugs.gnu.org; 10 Aug 2022 08:02:47 +0000 Original-Received: from localhost ([127.0.0.1]:45914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLgfv-0006sX-DM for submit@debbugs.gnu.org; Wed, 10 Aug 2022 04:02:47 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:59741) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLgfu-0006s8-0R for 57082@debbugs.gnu.org; Wed, 10 Aug 2022 04:02:46 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 5BF64100004; Wed, 10 Aug 2022 08:02:36 +0000 (UTC) In-Reply-To: (Jim Porter's message of "Tue, 9 Aug 2022 17:03:25 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:239246 Archived-At: >>> It would be nicer if the color of the button depended on the outline's color, >>> e.g. blue for the top-level blue outline face, etc. >> I guess that would require using suitable images rather than emojis. > > Images would be nice; Emacs already has some for the Customize UI that > could be reused. Instead of preparing a lot of different images, maybe it would be possible to specify a background/foreground color for SVG images. OTOH, maybe easier would be just to use Unicode arrow characters instead of emojis? > For the NEWS file though (and especially programming modes). I still think > it'd be great to put the buttons in the fringe. That way the buttons would > never disrupt the contents of the file, e.g. by changing how the > indentation looks. Agreed, the clickable buttons in the fringe would be great, and it's easy to implement. > However, describe-bindings probably wants the buttons in the body, so this > would be yet another option, which adds complexity/maintenance burden... describe-bindings could override the default when necessary.