unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#61361: cursor cannot be at the start of overlay that starts with a newline
@ 2023-02-08  4:29 Xinyang Chen
  2023-02-08 13:08 ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Xinyang Chen @ 2023-02-08  4:29 UTC (permalink / raw)
  To: 61361

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

steps to reproduce:
;; test line
(if (and (boundp 'overlay) (overlayp overlay)) (delete-overlay overlay))
(setq overlay (make-overlay 1 2))
(overlay-put overlay 'display "\nhello")
;; same result if you do this intead
;; (overlay-put overlay 'display (propertize "\nhello" 'cursor 0))

cursor does not display in the first line.

[-- Attachment #2: Type: text/html, Size: 415 bytes --]

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

end of thread, other threads:[~2023-09-04 21:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08  4:29 bug#61361: cursor cannot be at the start of overlay that starts with a newline Xinyang Chen
2023-02-08 13:08 ` Eli Zaretskii
2023-02-08 14:41   ` Dmitry Gutov
2023-02-08 15:12     ` Eli Zaretskii
     [not found]   ` <CAKGiUYy8m+nD6Z7wmOpPmGCvvVzuixcdhQathCK8hr4KAFpcCw@mail.gmail.com>
2023-02-08 15:09     ` Eli Zaretskii
2023-02-08 15:16       ` Dmitry Gutov
2023-02-08 15:50         ` Eli Zaretskii
2023-02-08 22:06           ` Dmitry Gutov
2023-09-04 21:08   ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).