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#56820: outline-minor-mode replacing the first character with an arrow Date: Thu, 08 Sep 2022 10:13:35 +0300 Organization: LINKOV.NET Message-ID: <86v8py5of4.fsf@mail.linkov.net> References: <87ilngmaei.fsf@gnus.org> <86wnaojst4.fsf@mail.linkov.net> <86mtbfdqdj.fsf@mail.linkov.net> <83ilm3ko51.fsf@gnu.org> <86edwotx6n.fsf@mail.linkov.net> <83tu5kii23.fsf@gnu.org> <86mtbcqx5u.fsf@mail.linkov.net> <83r10oih91.fsf@gnu.org> <86mtbbuj55.fsf@mail.linkov.net> <482e7ec4-5ff8-e574-f30f-ca59249d3905@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2793"; 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: Eli Zaretskii , larsi@gnus.org, 56820@debbugs.gnu.org, yilkalargawworkneh@gmail.com To: Jim Porter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Sep 08 09:32:16 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 1oWC1H-0000WP-OU for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Sep 2022 09:32:15 +0200 Original-Received: from localhost ([::1]:45894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWC1G-00063O-OL for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Sep 2022 03:32:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWC14-00061V-O0 for bug-gnu-emacs@gnu.org; Thu, 08 Sep 2022 03:32:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40157) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oWC14-0000UL-FH for bug-gnu-emacs@gnu.org; Thu, 08 Sep 2022 03:32:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oWC14-0004yo-45 for bug-gnu-emacs@gnu.org; Thu, 08 Sep 2022 03:32: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: Thu, 08 Sep 2022 07:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56820 X-GNU-PR-Package: emacs Original-Received: via spool by 56820-submit@debbugs.gnu.org id=B56820.166262230919113 (code B ref 56820); Thu, 08 Sep 2022 07:32:02 +0000 Original-Received: (at 56820) by debbugs.gnu.org; 8 Sep 2022 07:31:49 +0000 Original-Received: from localhost ([127.0.0.1]:57087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWC0q-0004yD-NG for submit@debbugs.gnu.org; Thu, 08 Sep 2022 03:31:48 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:64193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWC0o-0004xy-FX for 56820@debbugs.gnu.org; Thu, 08 Sep 2022 03:31:47 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id C874240003; Thu, 8 Sep 2022 07:31:36 +0000 (UTC) In-Reply-To: <482e7ec4-5ff8-e574-f30f-ca59249d3905@gmail.com> (Jim Porter's message of "Wed, 7 Sep 2022 13:01:50 -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:241835 Archived-At: > Or maybe the fringe should be enhanced in some way where it can handle > multiple fringe icons in the same position. I'm not sure how that would > work though... I don't yet know the difference in implementation of fringes, margins and display-line-numbers, and whether they all use columns from the text area, and how easy would be to enhance their current implementation.