all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6472: bidi: bar cursor in rtl text on wrong side of current char.
@ 2010-06-19 23:14 David De La Harpe Golden
  2010-06-20 15:21 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: David De La Harpe Golden @ 2010-06-19 23:14 UTC (permalink / raw)
  To: 6472, eliz

I use [1] to use a bar cursor in emacs.

I think the bar cursor is on the wrong side in rtl spans, to the left of 
the rtl character the point is "on" rather than the right, so it doesn't 
correspond to the insertion location of the next rtl character typed.


[1]

(setq default-cursor-type '(bar . 2))
(defadvice overwrite-mode (after overwrite-mode)
   (if overwrite-mode
       (setq cursor-type 'box)
     (setq cursor-type '(bar . 2))))
(ad-activate 'overwrite-mode)





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

end of thread, other threads:[~2010-11-27 11:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-19 23:14 bug#6472: bidi: bar cursor in rtl text on wrong side of current char David De La Harpe Golden
2010-06-20 15:21 ` Eli Zaretskii
2010-11-27 11:54   ` 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.