emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14575: closed (24.3.50.1; Overlays with a window p


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14575: closed (24.3.50.1; Overlays with a window property affect other windows)
Date: Sat, 08 Jun 2013 18:35:02 +0000

Your message dated Sat, 08 Jun 2013 21:34:01 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
14575: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14575
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50.1; Overlays with a window property affect other windows Date: Sat, 8 Jun 2013 14:58:58 +0100
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

--- End Message ---
--- Begin Message --- 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 <address@hidden>
> 
> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]