all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: E Sabof <esabof@gmail.com>
To: 14575@debbugs.gnu.org
Subject: bug#14575: 24.3.50.1; Overlays with a window property affect other windows
Date: Sat, 8 Jun 2013 14:58:58 +0100	[thread overview]
Message-ID: <CAEp6DybFquJ4nEet+iygfprkTzcCouBAZ945R41g-uJerqOjYA@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2013-06-08 13:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-08 13:58 E Sabof [this message]
2013-06-08 18:34 ` bug#14575: 24.3.50.1; Overlays with a window property affect other windows 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEp6DybFquJ4nEet+iygfprkTzcCouBAZ945R41g-uJerqOjYA@mail.gmail.com \
    --to=esabof@gmail.com \
    --cc=14575@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.