GNU bug report logs - #9229
24.0.50; Bidi problem with `cursor' property

Previous Next

Package: emacs;

Reported by: Johan Bockgård <bojohan <at> gnu.org>

Date: Wed, 3 Aug 2011 14:31:02 UTC

Severity: normal

Found in version 24.0.50

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: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#9229: closed (24.0.50; Bidi problem with `cursor' property)
Date: Fri, 05 Aug 2011 10:38:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Aug 2011 13:34:16 +0300
with message-id <83ipqcno47.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
9229: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9229
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Johan Bockgård <bojohan <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; Bidi problem with `cursor' property
Date: Wed, 03 Aug 2011 16:29:52 +0200
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.)


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Johan Bockgוrd <bojohan <at> gnu.org>
Cc: 9229-done <at> debbugs.gnu.org
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 <bojohan <at> gnu.org>
> Cc: 9229 <at> debbugs.gnu.org
> Date: Thu, 04 Aug 2011 18:45:51 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Any experience with this patch, positive or otherwise?
> 
> It works so far. Thanks.

Committed as revision 105406 on the trunk.  Thanks.



This bug report was last modified 13 years and 293 days ago.

Previous Next


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