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#59141: 28.1.90; Face :extend when all the line but trailing \n is invisible Date: Sat, 12 Nov 2022 19:46:20 +0200 Organization: LINKOV.NET Message-ID: <865yfkoz1n.fsf@mail.linkov.net> References: <871qqcdfvr.fsf@localhost> <83h6z5psqe.fsf@gnu.org> <83bkpdpf92.fsf@gnu.org> <8335app826.fsf@gnu.org> <831qq9p7b7.fsf@gnu.org> <87bkpc4e06.fsf@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="7423"; 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: 59141@debbugs.gnu.org, Eli Zaretskii , Abdul-Lateef Haji-Ali , yantar92@posteo.net To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 12 19:13:01 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 1otuzz-0001jB-PF for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 12 Nov 2022 19:12:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otuzH-0006HM-Sm; Sat, 12 Nov 2022 13:12:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otuzG-0006GV-1E for bug-gnu-emacs@gnu.org; Sat, 12 Nov 2022 13:12:14 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1otuz4-00089G-VG for bug-gnu-emacs@gnu.org; Sat, 12 Nov 2022 13:12:13 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1otuz4-00032I-Qh for bug-gnu-emacs@gnu.org; Sat, 12 Nov 2022 13:12:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Nov 2022 18:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59141 X-GNU-PR-Package: emacs Original-Received: via spool by 59141-submit@debbugs.gnu.org id=B59141.166827666311528 (code B ref 59141); Sat, 12 Nov 2022 18:12:02 +0000 Original-Received: (at 59141) by debbugs.gnu.org; 12 Nov 2022 18:11:03 +0000 Original-Received: from localhost ([127.0.0.1]:48966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otuy6-0002zr-QA for submit@debbugs.gnu.org; Sat, 12 Nov 2022 13:11:03 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:48557) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otuy4-0002z0-Qp for 59141@debbugs.gnu.org; Sat, 12 Nov 2022 13:11:01 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 907AA240002; Sat, 12 Nov 2022 18:10:52 +0000 (UTC) In-Reply-To: <87bkpc4e06.fsf@gmail.com> ("=?UTF-8?Q?K=C3=A9vin?= Le Gouguec"'s message of "Sat, 12 Nov 2022 12:18:49 +0100") 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:247677 Archived-At: > If someone came up with a patch to allow outline.el to delimit and hide > sections using a logic closer to magit-section's[1] (via an opt-in > variable, to be set e.g. by major modes, so that users happy with the > status quo are not affected), would that patch be given any > consideration? I suspect magit just inserts newlines without text properties between outlines, thus avoiding the problem. Could you send a screenshot that shows a newline with the :extend attribute as the final character of the outline in magit?