GNU bug report logs - #14575
24.3.50.1; Overlays with a window property affect other windows

Previous Next

Package: emacs;

Reported by: E Sabof <esabof <at> gmail.com>

Date: Sat, 8 Jun 2013 14:00:02 UTC

Severity: normal

Found in version 24.3.50.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#14575: closed (24.3.50.1; Overlays with a window property
 affect other windows)
Date: Sat, 08 Jun 2013 18:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Jun 2013 21:34:01 +0300
with message-id <83li6ksb8m.fsf <at> gnu.org>
and subject line Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows
has caused the debbugs.gnu.org bug report #14575,
regarding 24.3.50.1; Overlays with a window property affect other windows
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
14575: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14575
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: E Sabof <esabof <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50.1; Overlays with a window property affect other windows
Date: Sat, 8 Jun 2013 14:58:58 +0100
[Message part 3 (text/plain, inline)]
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
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: E Sabof <esabof <at> gmail.com>
Cc: 14575-done <at> debbugs.gnu.org
Subject: Re: bug#14575: 24.3.50.1;
	Overlays with a window property affect other windows
Date: Sat, 08 Jun 2013 21:34:01 +0300
> Date: Sat, 8 Jun 2013 14:58:58 +0100
> From: E Sabof <esabof <at> gmail.com>
> 
> 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

Fixed in trunk revision 112896.

Thanks.


This bug report was last modified 11 years and 350 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.