all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9229: 24.0.50; Bidi problem with `cursor' property
@ 2011-08-03 14:29 Johan Bockgård
  2011-08-03 16:19 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Johan Bockgård @ 2011-08-03 14:29 UTC (permalink / raw)
  To: 9229


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.)





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-08-05 10:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 14:29 bug#9229: 24.0.50; Bidi problem with `cursor' property Johan Bockgård
2011-08-03 16:19 ` Eli Zaretskii
2011-08-03 19:13   ` Eli Zaretskii
2011-08-03 20:03     ` Johan Bockgård
2011-08-03 20:41       ` Eli Zaretskii
2011-08-04 16:26         ` Eli Zaretskii
2011-08-04 16:45           ` Johan Bockgård
2011-08-05 10:34             ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.