GNU bug report logs -
#5080
indic text is not displayed correctly in emacs shell
Previous Next
Reported by: Praveen A <pravi.a <at> gmail.com>
Date: Mon, 30 Nov 2009 13:50:03 UTC
Severity: normal
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
In article <3f2beab60912030046nc76ba08x39e438f4f23366cb <at> mail.gmail.com>, Praveen A <pravi.a <at> gmail.com> writes:
> > (1) was fixed by the trial code I sent. So, I've just
> > applied that change in lisp/language/indian.el. Please try
> > again with the latest CVS code.
> Thanks. I will request fedora and debian emacs maintainers to include this.
That's good, thank you.
> > (3) It seems that m17n-db is not fully installed on Fedora 12.
> > Please install it. Parhaps the package name is:
> > "Multilingualization datafiles for m17n-lib"
> yes. Parag has requested a dependency be added to emacs package.
Good too, thank you.
> > (4) I updated my ttf-freefont package. FreeMono and
> > FreeSans doesn't contain Malayalam glyphs. FreeSerif does
> > have the glyphs and mlym OpenType table and thus can render
> > Malayalam correctly with Emacs. Praveen wrote that gedit
> > can render Malayalam with FreeMono font, but that's
> > unbelievable. I suspect gedit is using some other fallback
> > font. I don't know how to check exactly which font gedit is
> > using for each Indic characters.
> yes, FreeMono does not have Malayalam glyphs, It would be a fallback
> font. (Dejavu Sans Mono/FreeMono fallback to Lohit)
> > By the way, to tell Emacs to use a specific font for, for
> > instance, Malayalam, try this:
> >
> > (set-fontset-font t 'malayalam '("FONT_FAMILY_NAME" . "unicode-bmp"))
> It is not working for me. I tried it as is and substituting
> unicode-bmp with Rachana. Both cases it went to Lohit. Is it taking
> this preference from fontconfig?
No, no, you must specify "Rachana" (if it is the font family
name) in place of "FONT_FAMILY_NAME" as this:
(set-fontset-font t 'malayalam '("rachana" . "unicode-bmp"))
I installed rachana font and confirmed that the above code
worked.
---
Kenichi Handa
handa <at> m17n.org
This bug report was last modified 4 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.