From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#37944: 27.0.50; text-properties stop at newline rather than window Date: Sun, 27 Oct 2019 15:15:00 +0200 Message-ID: <83wocqs52j.fsf@gnu.org> References: <871ruymjy3.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="183972"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 37944@debbugs.gnu.org To: Alex Branham Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 27 14:16:43 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iOiPS-000lGT-SS for geb-bug-gnu-emacs@m.gmane.org; Sun, 27 Oct 2019 14:16:43 +0100 Original-Received: from localhost ([::1]:45258 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOiOz-0001EP-6Z for geb-bug-gnu-emacs@m.gmane.org; Sun, 27 Oct 2019 09:16:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56675) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOiOr-0001Ar-57 for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2019 09:16:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOiOq-0008LK-6G for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2019 09:16:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:32968) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iOiOq-0008L5-3U for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2019 09:16:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iOiOp-0007PX-QJ for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2019 09:16:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 27 Oct 2019 13:16:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37944 X-GNU-PR-Package: emacs Original-Received: via spool by 37944-submit@debbugs.gnu.org id=B37944.157218211728418 (code B ref 37944); Sun, 27 Oct 2019 13:16:03 +0000 Original-Received: (at 37944) by debbugs.gnu.org; 27 Oct 2019 13:15:17 +0000 Original-Received: from localhost ([127.0.0.1]:41789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOiO5-0007OI-0f for submit@debbugs.gnu.org; Sun, 27 Oct 2019 09:15:17 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOiO3-0007Nz-BV for 37944@debbugs.gnu.org; Sun, 27 Oct 2019 09:15:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iOiNy-0007cz-6i; Sun, 27 Oct 2019 09:15:10 -0400 Original-Received: from [176.228.60.248] (port=4250 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iOiNx-0003OZ-ID; Sun, 27 Oct 2019 09:15:10 -0400 In-reply-to: <871ruymjy3.fsf@gmail.com> (message from Alex Branham on Sun, 27 Oct 2019 08:50:12 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:170245 Archived-At: > From: Alex Branham > Date: Sun, 27 Oct 2019 08:50:12 -0400 > > For example, if you use ledger-mode the following transaction: > > 2019-10-27 foo > Expenses:Rent $ 10.00 > Assets:Checking > > in Emacs 26.3 the face ledger-font-xact-highlight-face gets shown to the > window's right edge but in Emacs built from git master it is only shown > up through the newline character on each line. I've noticed this affects > magit too and likely others. I skimmed through the NEWS file but didn't > see anything about this; sorry if I've missed discussion elsewhere. >From NEWS: ** New face attribute ':extend' to control face extension at EOL. The new face attribute ':extend' controls whether to use the face for displaying the empty space beyond end of line (EOL) till the edge of the window. By default, this attribute is non-nil only for 'region', 'secondary-selection', 'hl-line' and diff faces; any other face that crosses end of line will not affect the display of the empty space at EOL.