[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-bidi] Re: Hebrew font? supporting points
From: |
TAKAHASHI Naoto |
Subject: |
[emacs-bidi] Re: Hebrew font? supporting points |
Date: |
Fri, 27 Dec 2002 15:26:47 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) |
Yotam Medini writes:
>> Emacs.Font: fontset-m17n
>> Emacs.Fontset-0: -m17n-mule-medium-r-normal-*-14-*-*-*-*-*-fontset-m17n
> But say, I don't want to change 'regular' Emacs X11-resources.
> Is there a way, to use the above font via bidi-Emacs command line?
> Or via some magic X11 envionment variable that points to
> a user defined X11-resource a file?
Then add the following lines in your ~/.emacs file.
(set-fontset-font
"fontset-default"
(cons (decode-char 'ucs #x0590) (decode-char 'ucs #x05ff))
"-m17n-*--20-*-iso10646-1")
(set-fontset-font
"fontset-default"
(cons (decode-char 'ucs #xfb2a) (decode-char 'ucs #xfb4f))
"-m17n-*--20-*-iso10646-1")
Change the string "fontset-default" to whatever fontset you want.
--
TAKAHASHI Naoto
address@hidden
http://www.m17n.org/ntakahas/