> > It seems that there has been introduced a bug regarding line > > heights. [...] > > I can't reproduce that bug with the latest HEAD. > > Please type C-u C-x = while putting cursor on "A" and "'" > and see the difference. Here it is. "'": character: ' (047, 39, 0x27, U+0027) charset: ascii (ASCII (ISO646 IRV)) code point: 39 syntax: w p which means: word, is a prefix character for `backward-prefix-chars' category: a:ASCII l:Latin buffer code: 0x27 file code: 27 (encoded by coding system ctext-unix) font: -Etl-Fixed-Medium-R-Normal--24-240-72-72-C-120-ISO8859-1 "A": character: A (0101, 65, 0x41, U+0041) charset: ascii (ASCII (ISO646 IRV)) code point: 65 syntax: w which means: word category: a:ASCII l:Latin buffer code: 0x41 file code: 41 (encoded by coding system ctext-unix) font: -Etl-Fixed-Medium-R-Normal--24-240-72-72-C-120-ISO8859-1 BTW, I just did `emacs -q', then selecting `Font Menu'->Fontset->standard, and I get the attached result. Note that `C-u C-x =' also reports the same font for both "'" and "A" which is definitely wrong. Maybe my X font server isn't set up properly, but such a problem shouldn't be happen (and has never happened before). Werner