giacomo boffi writes:
Stephen J. Turnbull writes:
> >>>>> "giacomo" == giacomo boffi
<giacomo.boffi(a)polimi.it> writes:
>
> giacomo> #8 0x0825da46 in write_string_to_stdio_stream_1
(stream=0x4046bd40, con=0x0,
> giacomo> ptr=0xbfffbf00 "FcConfigSubstitute'ed name is
> giacomo> Bitstream Vera Sans,Verdana,Arial,Albany
> giacomo> AMT,Luxi Sans,Nimbus Sans
> giacomo> L,Helvetica,Nachlieli,Kochi Gothic,AR PL KaitiM
> giacomo> GB,AR PL KaitiM Big5,ï¼ï¼³
> giacomo> ã\202´ã\202·ã\203\203ã\202¯,Baekmuk Dotum,"...,
> giacomo> len=228, must_flush=1) at print.c:158
>
> Aargh! Do you really have a font with a name encoded in UTF-8? I
> was hoping not to have to deal with this for a while....
>
> If you actually have such a font and got it from Debian, let me
> know what it is so I can get it and try to reproduce the bug.
ok, i'll try removing a [font] package a time and starting
xemacs-xft
i'll post my finds asap,
ok, i was finally left with relatively few fonts known to fontconfig,
please look at the output of fc-list below, but i still get
#8 0x081b9165 in write_string_to_stdio_stream_1 (stream=0x4046bd40, con=0x0,
ptr=0xbfff9490 "FcConfigSubstitute'ed name is Bitstream Vera
Sans,Verdana,Arial,Albany AMT,Luxi Sans,Nimbus Sans
L,Helvetica,Nachlieli,Kochi Gothic,AR PL KaitiM GB,AR PL KaitiM
Big5,"the same thing",,Baekmuk Dotum,"..., len=228, must_flush=1)
at print.c:158
it's exactly the same thing! out of desperation i tried
% cd $src
% make distclean
% configure $options
% make beta
to see if... but no, it was not something cached into xemacs
executable, as i get exactly the same backtrace.
i'm going to take a short course in fontconfig, if i find someone to
teach me, but for now i'm really thinking that most of the font
reported above are not in my system
a puzzled one
gb
,---- % fc-list | sort
| Bitstream Vera Sans Mono:style=Bold
| Bitstream Vera Sans Mono:style=Bold Oblique
| Bitstream Vera Sans Mono:style=Oblique
| Bitstream Vera Sans Mono:style=Roman
| Bitstream Vera Sans:style=Bold
| Bitstream Vera Sans:style=Bold Oblique
| Bitstream Vera Sans:style=Oblique
| Bitstream Vera Sans:style=Roman
| Bitstream Vera Serif:style=Bold
| Bitstream Vera Serif:style=Roman
| Century Schoolbook L:style=Bold
| Century Schoolbook L:style=Bold Italic
| Century Schoolbook L:style=Italic
| Century Schoolbook L:style=Roman
| Dingbats:style=Regular
| LMCaps10:style=Italic
| LMCaps10:style=Regular
| LMRoman10:style=Bold
| LMRoman10:style=BoldItalic
| LMRoman10:style=Italic
| LMRoman10:style=Regular
| LMRomanDemi10:style=Italic
| LMRomanDemi10:style=Regular
| LMSans10:style=Bold
| LMSans10:style=BoldItalic
| LMSans10:style=Italic
| LMSans10:style=Regular
| LMSansDemiCond10:style=Italic
| LMSansDemiCond10:style=Regular
| LMSlanted10:style=BoldItalic
| LMSlanted10:style=Italic
| LMTypewriter10:style=Italic
| LMTypewriter10:style=Regular
| LMTypewriterCaps10:style=Regular
| LMTypewriterSlanted10:style=Italic
| LMTypewriterVarWd10:style=Italic
| LMTypewriterVarWd10:style=Regular
| Nimbus Mono L:style=Bold
| Nimbus Mono L:style=Bold Oblique
| Nimbus Mono L:style=Regular
| Nimbus Mono L:style=Regular Oblique
| Nimbus Roman No9 L:style=Medium
| Nimbus Roman No9 L:style=Medium Italic
| Nimbus Roman No9 L:style=Regular
| Nimbus Roman No9 L:style=Regular Italic
| Nimbus Sans L:style=Bold
| Nimbus Sans L:style=Bold Condensed
| Nimbus Sans L:style=Bold Condensed Italic
| Nimbus Sans L:style=Bold Italic
| Nimbus Sans L:style=Regular
| Nimbus Sans L:style=Regular Condensed
| Nimbus Sans L:style=Regular Condensed Italic
| Nimbus Sans L:style=Regular Italic
| OpenSymbol:style=Regular
| Standard Symbols L:style=Regular
| URW Bookman L:style=Demi Bold
| URW Bookman L:style=Demi Bold Italic
| URW Bookman L:style=Light
| URW Bookman L:style=Light Italic
| URW Chancery L:style=Medium Italic
| URW Gothic L:style=Book
| URW Gothic L:style=Book Oblique
| URW Gothic L:style=Demi
| URW Gothic L:style=Demi Oblique
| URW Palladio L:style=Bold
| URW Palladio L:style=Bold Italic
| URW Palladio L:style=Italic
| URW Palladio L:style=Roman
`----