all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: RLM and LRM are composed?
Date: Thu, 01 Apr 2010 10:56:03 +0300	[thread overview]
Message-ID: <83eiizy5bg.fsf@gnu.org> (raw)
In-Reply-To: <tl7y6h71xst.fsf@m17n.org>

> From: Kenichi Handa <handa@m17n.org>
> Date: Thu, 01 Apr 2010 15:39:30 +0900
> Cc: emacs-devel@gnu.org
> 
> Current code try to compose any non-spacing mark characters
> with the previous spacing characters.

Which is probably not a bad idea.

> But, the detection of non-spacing mark is done by
> (= (aref char-width-table CH) 0).

Hmm.. and why is this wrong?

Anyway, (aref char-width-table #x200f) => 0, so it sounds like the
current detection should have worked.  What am I missing?

> at the moment, you can workaround the problem by this:
> 
>   (aset composition-function-table #x200f nil)

Yes, this displays according to the display table as expected, thanks.




  reply	other threads:[~2010-04-01  7:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 16:06 RLM and LRM are composed? Eli Zaretskii
2010-03-29 16:53 ` Eli Zaretskii
2010-04-01  6:39 ` Kenichi Handa
2010-04-01  7:56   ` Eli Zaretskii [this message]
2010-04-01 12:55     ` Kenichi Handa

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=83eiizy5bg.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.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.