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

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

Inspecting behaviour of `make-overlay', is this expected?


From: Jean Louis
Subject: Inspecting behaviour of `make-overlay', is this expected?
Date: Sat, 24 Dec 2022 10:52:47 +0300

XXXXXXXXXX
^
| position 0 in buffer

(setq my-overlay (make-overlay 0 10))
(get-buffer-window (overlay-buffer my-overlay))
(overlay-put my-overlay 'display "Hello") then I get:

HelloX 

instead of "Hello"

Is this normal behavior?

--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/




reply via email to

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