GNU bug report logs - #44315
display property :align-to doesn't update with text-scale-mode

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefan <at> marxist.se>

Date: Thu, 29 Oct 2020 20:37:02 UTC

Severity: wishlist

Full log


View this message in rfc822 format

From: Stefan Kangas <stefan <at> marxist.se>
To: 44315 <at> debbugs.gnu.org
Subject: bug#44315: display property :align-to doesn't update with text-scale-mode
Date: Thu, 29 Oct 2020 13:36:30 -0700
The display property :align-to space doesn't update when I change the
text-scale using `text-scale-increase', `text-scale-decrease' or
`text-scale-adjust', as can be seen here:

0. emacs -Q
1. Evaluate:
(progn (insert (make-string 60 ?*) "\n")
       (insert (propertize " " 'display '(space :align-to 60)))
       (insert "*\n")
       (text-scale-increase 1))

The result is that the first line extends beyond the position of the
"*" character on the second line.

I expect them to line up.




This bug report was last modified 3 years and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.