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

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

bug#59902: 30.0.50; Image overlay is not updated until the cursor moves


From: Ihor Radchenko
Subject: bug#59902: 30.0.50; Image overlay is not updated until the cursor moves to the overlay
Date: Thu, 08 Dec 2022 19:27:39 +0000

Eli Zaretskii <eliz@gnu.org> writes:

> Can you help me modify the recipe so that I won't need a 'sh'
> executable that is a Posix shell?

Ok. Try the following:

1. Save colour.png to /tmp/colour.png (300x300)
2. emacs -Q
3. Open an org file with the following contents

   <point>
   
   [[file:/tmp/colour.png]]

4. C-c C-x C-v
5. Observe 300x300 image displayed
6. Overwrite /tmp/colour.png with colour2.png (500x300)
7. C-c C-x C-v
8. Image disappear
9. C-c C-x C-v
10. _Old_ image appears
11. Move point to the image. Observe image being updated to the correct
    500x300 size

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

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