all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Praveen A <pravi.a@gmail.com>
Cc: surumafonts@gmail.com, 5146@emacsbugs.donarmstrong.com,
	pnemade@redhat.com, bug-gnu-emacs@gnu.org, psatpute@redhat.com
Subject: bug#5146: Malayalam conjuncts are not formed inside 'call editor' buffer of po-mode
Date: Thu, 10 Dec 2009 20:23:28 +0900	[thread overview]
Message-ID: <tl74onzdqdr.fsf@m17n.org> (raw)
In-Reply-To: <3f2beab60912100212s3c4bd755le8e16ac393c36bee@mail.gmail.com> (message from Praveen A on Thu, 10 Dec 2009 15:42:53 +0530)

In article <3f2beab60912100212s3c4bd755le8e16ac393c36bee@mail.gmail.com>, Praveen A <pravi.a@gmail.com> writes:

> > I've just started to debug this problme.  Please wait for a
> > while.

> Thanks. I'll wait.

I found the source of the problem.  Fedora 12 has this font
configuration in /etc/fonts/conf.d/90-smc-fonts.conf:

<!-- multiply the matrix of Meera font for solving size mismatch with Rachana-->
<match target="font">
	<test name="family">
		<string>Meera</string>
	</test>
	<edit name="matrix" mode="assign">
			<name>matrix</name>
			<matrix>
				<double>1.2</double><double>0</double>
				<double>0</double><double>1.2</double>
			</matrix>
	</edit>
</match>

When I cancel that effect by having this in my
~/.fonts.conf:

<match target="font">
	<test name="family">
		<string>Meera</string>
	</test>
	<edit name="matrix" mode="assign">
			<name>matrix</name>
			<matrix>
				<double>1</double><double>0</double>
				<double>0</double><double>1</double>
			</matrix>
	</edit>
</match>

the rendering problem disappears except for that a little
bit smaller glyphs are shown compared with the case when you
use the other fonts (e.g. rachana).  How about you?

---
Kenichi Handa
handa@m17n.org






  reply	other threads:[~2009-12-10 11:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-07 16:54 bug#5146: Malayalam conjuncts are not formed inside 'call editor' buffer of po-mode Praveen A
2009-12-08  5:37 ` Kenichi Handa
2009-12-08  7:22   ` Praveen A
2009-12-08  7:33     ` Kenichi Handa
2009-12-08  8:37       ` Praveen A
2009-12-08 11:44         ` Kenichi Handa
2009-12-08 13:22           ` Praveen A
2009-12-09  1:35             ` Kenichi Handa
2009-12-09  9:13               ` Praveen A
2009-12-10  4:35                 ` Kenichi Handa
2009-12-10 10:12                   ` Praveen A
2009-12-10 11:23                     ` Kenichi Handa [this message]
2009-12-10 11:38                       ` Praveen A
2009-12-12  2:21                         ` Kenichi Handa
2009-12-12 12:54                           ` Praveen A
2009-12-12 15:31                             ` Praveen A

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=tl74onzdqdr.fsf@m17n.org \
    --to=handa@m17n.org \
    --cc=5146@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=pnemade@redhat.com \
    --cc=pravi.a@gmail.com \
    --cc=psatpute@redhat.com \
    --cc=surumafonts@gmail.com \
    /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.