all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20607: 24.5; Problem with overlays at same position but in different windows
@ 2015-05-18 18:29 Oleh Krehel
  2015-05-18 18:59 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Oleh Krehel @ 2015-05-18 18:29 UTC (permalink / raw)
  To: 20607


Suppose I have two windows, WND1 and WND2, both displaying the same
buffer. In WND1, there's an overlay from 1 to 2 with window property
WND1 and display "ab". In WND2, there's an overlay from 1 to 3 with
window property WND2 and display "abc".

Instead of the expected, I see "ab" in WND1, but "abcabc" in WND2.  When
I `move-overlay' in the first window to 1-3, the glitch disappears, but
I actually want the overlay to be 1-2, not 1-3. If I have to make it
1-3, I'd have to modify the display as well to include one more
character from the buffer. I think it's better to fix the overlay logic
rather than go for this work-around.

Oleh





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

end of thread, other threads:[~2015-05-19 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 18:29 bug#20607: 24.5; Problem with overlays at same position but in different windows Oleh Krehel
2015-05-18 18:59 ` Eli Zaretskii
2015-05-18 19:04   ` Oleh Krehel
2015-05-18 19:14   ` Eli Zaretskii
2015-05-19 15:43     ` Eli Zaretskii
2015-05-19 15:50       ` Oleh Krehel

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.