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

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

[Emacs-bug-tracker] bug#9229: closed (24.0.50; Bidi problem with `cursor


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#9229: closed (24.0.50; Bidi problem with `cursor' property)
Date: Fri, 05 Aug 2011 10:38:03 +0000

Your message dated Fri, 05 Aug 2011 13:34:16 +0300
with message-id <address@hidden>
and subject line Re: bug#9229: 24.0.50; Bidi problem with `cursor' property
has caused the GNU bug report #9229,
regarding 24.0.50; Bidi problem with `cursor' property
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9229: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9229
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Bidi problem with `cursor' property Date: Wed, 03 Aug 2011 16:29:52 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
The `cursor' property does not work properly on overlays when
bidi-display-reordering is t and the overlay string is line wrapped.

   emacs -Q

Eval

    (let ((o (make-overlay (point-max) (point-max)))
          (s (make-string (+ 5 (window-width)) ?-)))
      (put-text-property 0 1 'cursor t s)
      (overlay-put o 'after-string s)
      (goto-char (point-max)))

The cursor is expected to be displayed before the overlay, but is
displayed after it.

(This bug makes icomplete-mode very confusing to use.)



--- End Message ---
--- Begin Message --- Subject: Re: bug#9229: 24.0.50; Bidi problem with `cursor' property Date: Fri, 05 Aug 2011 13:34:16 +0300
> From: Johan Bockgård <address@hidden>
> Cc: address@hidden
> Date: Thu, 04 Aug 2011 18:45:51 +0200
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > Any experience with this patch, positive or otherwise?
> 
> It works so far. Thanks.

Committed as revision 105406 on the trunk.  Thanks.



--- End Message ---

reply via email to

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