[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cgreek:00243] Re: cgreek21 alpha release



On Sunday 22 June 2003 18:05, William Furley wrote:
> OK, so now I've downloaded the ucs fonts, put them in a folder and
> told emacs where to find them. Cgreek loads OK, but for Greek input I
> only get black bars, so how to proceed from here?

Yes, because your fontset specifications are wrong. The correct format
for each line is: the encoding name (not the font file name!) on the
left side and a font resource line on the right side. Note that encoding
names are specific for Emacs, and, for example, Unicode is called 
"mule-unicode-0100-24ff". And, of course, it has no sense to have 
*two* entries for the same encoding. So the correct specification 
should look as follows:

(create-fontset-from-fontset-spec
"-misc-fixed-medium-r-normal-*-20-*-*-*-c-*-fontset-fixed20,
cyrillic-iso8859-5:-misc-fixed-medium-r-normal-*-20-*-*-*-c-*-iso8859-5,
greek-iso8859-7:-misc-fixed-medium-r-normal-*-20-*-*-*-c-*-iso8859-7,
cgreek:-mizuochi-fixed-medium-r-normal-*-20-*-*-*-c-*-mulecgreek-1,
mule-unicode-0100-24ff:-misc-fixed-medium-r-normal-*-20-*-*-*-c-*-iso10646-1"
t)

> Again I repeat my previous query: how does one update documents from
> cgreek-emacs20 to cgreek21 (unicode)? Save old documents in TeX
> format, e.g., and then convert them to unicode?

Well, this is a question to TN (not to me). May be, support for 
old cgreek format will be added in future versions? Anyway,
saving in TeX format and further converting to Unicode should work.