all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#44315: display property :align-to doesn't update with text-scale-mode
@ 2020-10-29 20:36 Stefan Kangas
  2020-10-30  7:31 ` Eli Zaretskii
  2022-01-02 21:02 ` bug#44315: (no subject) Thomas Hisch
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Kangas @ 2020-10-29 20:36 UTC (permalink / raw)
  To: 44315

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.





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

end of thread, other threads:[~2022-01-02 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29 20:36 bug#44315: display property :align-to doesn't update with text-scale-mode Stefan Kangas
2020-10-30  7:31 ` Eli Zaretskii
2022-01-02 21:02 ` bug#44315: (no subject) Thomas Hisch

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.