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

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

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


From: E Sabof
Subject: bug#14575: 24.3.50.1; Overlays with a window property affect other windows
Date: Sun, 9 Jun 2013 11:31:03 +0100

I've compiled the latest trunk, the display property seems to be fixed, but line-prefix, and wrap-prefix are still affected.


On Sat, Jun 8, 2013 at 7:34 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> Date: Sat, 8 Jun 2013 14:58:58 +0100
> From: E Sabof <esabof@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.


reply via email to

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