bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59857: 29.0.50; 'add-display-text-property' doesn't work when OBJECT


From: Eli Zaretskii
Subject: bug#59857: 29.0.50; 'add-display-text-property' doesn't work when OBJECT specified
Date: Tue, 06 Dec 2022 14:42:58 +0200

> Date: Tue, 06 Dec 2022 11:37:06 +0600
> From:  Akib Azmain Turja via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> #+begin_src emacs-lisp
> (with-temp-buffer
>   (let ((str "some useless string"))
>     (add-display-text-property 4 8 'height 2.0 str)
>     (add-display-text-property 2 12 'raise 0.5 str)
>     str))
> => error: (args-out-of-range 4 8)
> #+end_src

Thanks, fixed on the release branch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]