all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#37944: 27.0.50; text-properties stop at newline rather than window
@ 2019-10-27 12:50 Alex Branham
  2019-10-27 13:15 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Branham @ 2019-10-27 12:50 UTC (permalink / raw
  To: 37944

Hello -

Text-properties seem to stop at a newline character in master rather
than the window's edge as they do in Emacs 26.3.

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.

Thanks,
Alex

In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.12)
Windowing system distributor 'The X.Org Foundation', version 11.0.12005000
System Description: NixOS 19.09.891.80b42e630b2 (Loris)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#37944: 27.0.50; text-properties stop at newline rather than window
  2019-10-27 12:50 bug#37944: 27.0.50; text-properties stop at newline rather than window Alex Branham
@ 2019-10-27 13:15 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-10-27 13:15 UTC (permalink / raw
  To: Alex Branham; +Cc: 37944

> From: Alex Branham <alex.branham@gmail.com>
> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-27 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-27 12:50 bug#37944: 27.0.50; text-properties stop at newline rather than window Alex Branham
2019-10-27 13:15 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.