From: "Robert J. Chassell" <bob@rattlesnake.com>
Cc: emacs-devel@gnu.org
Subject: Re: no font shown with tamil.el
Date: Thu, 13 Feb 2003 02:54:52 +0000 (UTC) [thread overview]
Message-ID: <m18j9WW-000IeAC@localhost> (raw)
In-Reply-To: <200302130216.LAA08528@etlken.m17n.org> (message from Kenichi Handa on Thu, 13 Feb 2003 11:16:48 +0900 (JST))
Anyway, I'd like to ask you to try the other method too,
i.e. using *.ttf directly. ....
Failure.
This time, you don't need mkfontdir which is a command to
generate fonts.dir from the directory contents. Instead,
put these lines in fonts.dir by yourself in the directory of
*.ttf, and "xset fp+ ...".
OK, I did that. I moved the *.ttf files to ../cdac, put the lines
your suggested into a ../cdac/fonts.dir file, and reran the
"xset fp+ ..." and "xset fp rehash" commands.
However, you also ask:
.... But, before doing that, please remove the directory of CDAC
PCF fonts from your font path to avoid unnecessary confusion.
I am not sure whether I did right.
My /etc/X11/XF86Config-4 file contains the following:
Section "Files"
# Uncommenting the "unix/:7100" line leads to wider default fonts
FontPath "unix/:7100" # for xfs, but xfs-xtt is newer
FontPath "unix/:7101" # for xfs-xtt -- evidentally, load both
# If the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/local/share/emacs/fonts/"
FontPath "/usr/local/share/emacs/fonts/bdf"
FontPath "/usr/local/src/intlfonts/European"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
EndSection
I commented out the
FontPath "/usr/lib/X11/fonts/misc"
line and then started a new X session.
Empty boxes appeared in the HELLO file for Hindi and Tamil.
However, when I put that line back into my /etc/X11/XF86Config-4 file,
and started another X session again, the Hindi and Tamil glyphs
appeared again.
So my understanding is that I am only seeing the Hindi and Tamil
glyphs because of the *.pcf or *.bdf files in
/usr/lib/X11/fonts/misc/.
--
Robert J. Chassell Rattlesnake Enterprises
http://www.rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.teak.cc bob@rattlesnake.com
next prev parent reply other threads:[~2003-02-13 2:54 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-11 18:01 no font shown with tamil.el Robert J. Chassell
2003-02-12 0:34 ` Kenichi Handa
2003-02-12 1:09 ` Robert J. Chassell
2003-02-12 8:33 ` Jason Rumney
2003-02-12 18:17 ` Robert J. Chassell
2003-02-12 19:51 ` Jason Rumney
2003-02-12 20:31 ` Robert J. Chassell
2003-02-12 23:07 ` Raja R Harinath
2003-02-13 2:27 ` Robert J. Chassell
2003-02-13 22:50 ` Raja R Harinath
2003-02-13 0:36 ` Kenichi Handa
2003-02-13 1:44 ` Robert J. Chassell
2003-02-13 2:16 ` Kenichi Handa
2003-02-13 2:54 ` Robert J. Chassell [this message]
2003-02-12 20:33 ` Richard Stallman
2003-02-13 0:13 ` Kenichi Handa
2003-02-13 19:27 ` Richard Stallman
2003-02-13 23:11 ` Raja R Harinath
2003-02-13 23:47 ` Kenichi Handa
2003-02-14 11:00 ` Kenichi Handa
2003-02-14 14:35 ` No malayalam glyphs in language/mlm-util.el Robert J. Chassell
2003-02-14 19:58 ` Raja R Harinath
2003-02-14 21:50 ` Robert J. Chassell
2003-02-14 22:20 ` Raja R Harinath
2003-02-15 0:43 ` Robert J. Chassell
2003-02-15 3:16 ` Ramakrishnan M
2003-02-15 3:34 ` Ramakrishnan M
2003-02-15 15:40 ` Robert J. Chassell
2003-02-15 16:00 ` Ramakrishnan M
2003-02-15 17:54 ` Benjamin Riefenstahl
2003-02-15 18:29 ` Raja R Harinath
2003-02-16 5:27 ` Ramakrishnan M
2003-02-17 6:26 ` Kenichi Handa
2003-02-17 14:41 ` Stefan Monnier
2003-02-18 11:51 ` Kenichi Handa
2003-02-19 6:16 ` Kenichi Handa
[not found] ` <87smugyh08.fsf@vsnl.net>
2003-02-24 1:46 ` Kenichi Handa
2003-02-20 11:09 ` Kenichi Handa
2003-02-20 12:26 ` Juanma Barranquero
2003-02-20 12:50 ` Kenichi Handa
2003-02-21 21:43 ` Richard Stallman
[not found] ` <1045400184.16187.694.camel@uma>
[not found] ` <1045406040.597.28.camel@debian>
2003-02-17 20:36 ` Richard Stallman
2003-02-17 23:43 ` Kenichi Handa
2003-02-14 11:15 ` no font shown with tamil.el Richard Stallman
2003-02-14 10:59 ` 川幡 太一
2003-02-15 7:44 ` Richard Stallman
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m18j9WW-000IeAC@localhost \
--to=bob@rattlesnake.com \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).