all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14575: 24.3.50.1; Overlays with a window property affect other windows
@ 2013-06-08 13:58 E Sabof
  2013-06-08 18:34 ` Eli Zaretskii
  0 siblings, 1 reply; 14+ messages in thread
From: E Sabof @ 2013-06-08 13:58 UTC (permalink / raw)
  To: 14575

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

To reproduce

Start emacs -Q
M-:

(progn
  (insert "some text")
  (let ((ov (make-overlay (- (point) 9) (point))))
    (overlay-put ov 'window (selected-window))
    (overlay-put ov 'display "different text"))
  (split-window-vertically))

RET

Evgeni

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

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

end of thread, other threads:[~2013-06-09 16:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 13:58 bug#14575: 24.3.50.1; Overlays with a window property affect other windows E Sabof
2013-06-08 18:34 ` Eli Zaretskii
2013-06-08 18:47   ` E Sabof
2013-06-08 19:32     ` Eli Zaretskii
2013-06-08 19:45       ` Dmitry Gutov
2013-06-08 20:00       ` Michael Heerdegen
2013-06-08 20:14       ` E Sabof
2013-06-08 20:16         ` E Sabof
2013-06-08 20:22           ` Eli Zaretskii
2013-06-08 20:54             ` E Sabof
2013-06-08 22:03       ` Stefan Monnier
2013-06-08 23:39         ` Leo Liu
2013-06-09 10:31   ` E Sabof
2013-06-09 16:39     ` Eli Zaretskii

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.