Around 10 o'clock on Jan 12, [EMAIL PROTECTED] wrote:
> When I try to use the =+ operator in .xftconfig > e.g: > match any family == "Sans" edit family = "Nimbus Sans L"; family =+ > "SomeFontName" ; It's because you're using the =+ operator *and* the '=' operator in the same statement. As a work around, try: match any family == "Sans" edit family = "Nimbus Sans L"; match any family == "Nimbus Sans L" edit family =+ "SomeFontName"; That should work, and should avoid this particular problem. I'll go see if I can't figure out how to make this work the way you specified it. Keith Packard XFree86 Core Team Compaq Cambridge Research Lab _______________________________________________ Render mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/render
