[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.60; Underlining text including U+00F6, U+00E4
From: |
Kenichi Handa |
Subject: |
Re: 23.0.60; Underlining text including U+00F6, U+00E4 |
Date: |
Sat, 24 May 2008 08:32:16 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
In article <address@hidden>, YAMAMOTO Mitsuharu <address@hidden> writes:
> Isn't `position' supposed to be relative to the baseline? If so,
> these lines in xterm.c seems to be wrong.
> 2727 if (x_underline_at_descent_line)
> 2728 position = (s->height - thickness) - s->ybase;
> 2748 if (s->y + s->height <= s->ybase + position)
> 2749 position = s->y + s->height - 1;
Oops, thank you for pointing out that. You are right. But,
as I'm now at home, and can't commit a fix. I'll fix it
next week, or if you can, please go ahead.
---
Kenichi Handa
address@hidden