GNU bug report logs - #5988
24.0.50; bidi-display-reordering interferes with overlays

Previous Next

Package: emacs;

Reported by: Ivan Andrus <darthandrus <at> gmail.com>

Date: Tue, 20 Apr 2010 17:31:02 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


Message #13 received at 5988-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ivan Andrus <darthandrus <at> gmail.com>
Cc: 5988-done <at> debbugs.gnu.org
Subject: Re: bug#5988: 24.0.50;
	bidi-display-reordering interferes with overlays
Date: Fri, 23 Apr 2010 18:14:32 +0300
> From: Ivan Andrus <darthandrus <at> gmail.com>
> Date: Tue, 20 Apr 2010 19:28:46 +0200
> Cc: 
> 
> emacs -Q
> 
> Then evaluate in a scratch buffer:
> 
> (let ((ov (make-overlay (+ 2 (point-min)) (- (point-max) 160))))
>   (overlay-put ov 'display "just a test")
>   ;; (delete-overlay ov)
>   )
> 
> (setq-default bidi-display-reordering t)
> (setq-default bidi-display-reordering nil)
> 
> Note that when bidi-display-reordering is t, the text in the buffer is
> displayed as well as the display property of the overlay, but when nil,
> the text "just a test" is displayed instead.

Fixed by revno 100005.




This bug report was last modified 15 years and 35 days ago.

Previous Next


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