all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David De La Harpe Golden <david@harpegolden.net>
To: 6472@debbugs.gnu.org, eliz@gnu.org
Subject: bug#6472: bidi: bar cursor in rtl text on wrong side of current char.
Date: Sun, 20 Jun 2010 00:14:53 +0100	[thread overview]
Message-ID: <4C1D4F6D.1040900@harpegolden.net> (raw)

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)





             reply	other threads:[~2010-06-19 23:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-19 23:14 David De La Harpe Golden [this message]
2010-06-20 15:21 ` bug#6472: bidi: bar cursor in rtl text on wrong side of current char Eli Zaretskii
2010-11-27 11:54   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C1D4F6D.1040900@harpegolden.net \
    --to=david@harpegolden.net \
    --cc=6472@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.