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: E Sabof <esabof <at> gmail.com>
Subject: bug#14575: closed (Re: bug#14575: 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 bug report

#14575: 24.3.50.1; Overlays with a window property affect other windows

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14575 <at> debbugs.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: 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.

[Message part 3 (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 4 (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 5 (text/html, inline)]

This bug report was last modified 12 years and 10 days ago.

Previous Next


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