> > With `emacs -q', doing a list-charset-chars for greek-iso8859-7, > > many characters are wrong, cf. positions 0xA2, 0xA4, 0xA5, 0xA6, > > etc. What has happened here? > > The -Greek-* fonts are simply broken. Don't use them. Indeed. I haven't known that. Anyway, look at the attached image of an ETL font. Here I *definitely* know that the font is correct :-) Within `emacs -q' I did (defvar fontset-24 "-*-fixed-medium-r-*-*-24-*-*-*-*-*-fontset-24") (create-fontset-from-fontset-spec fontset-24) to set up the font. Werner