emacs-bidi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-bidi] Hebrew characters categories


From: Kenichi Handa
Subject: Re: [emacs-bidi] Hebrew characters categories
Date: Wed, 12 Dec 2001 08:38:53 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

"Yair Friedman (Jerusalem)" <address@hidden> writes:
> So you assume that for composition you *must* have a font with
> "_MULE_RELATIVE_COMPOSE" property?

Yes, if you want a simple relative composition.  But, Emacs
also have rule-based composition in which Emacs Lisp
specifies the rule of composing (see the docstring of
reference-point-alist).

Example:
(insert (compose-string "." 0 1 '(?o (bc . tc) ?+)))

(insert (compose-string "." 0 1 '(?2 (tr . bl) ?n)))


---
Ken'ichi HANDA
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]