[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cgreek:00331] Re: ps-print
Kenichi Handa writes:
> In article <16648.13335.390773.765137@xxxxxxxxxxxxxxxxxx>, william.furley@xxxxxxxxxxxxxxxxxxxxx writes:
> >> FYI, in Emacs 21, ps-print tries to print Unicode characters
> >> by the BDF font file etl24-unicode.bdf. It is defined by
> >> the variable ps-mule-font-info-database-bdf (in ps-mule.el).
>
> > OK, thanks, but what encoding should be used for the etl24-unicode.bdf
> > font? I tried the following line
>
> > (mule-unicode-0100-24ff
> > (normal bdf "etl24-unicode.bdf" ps-mule-encode-ucs2 2))
>
> > but my emacs (21.3 Debian) complains that ps-mule-encode-ucs2 is not a
> > valid encoding.
>
> Ah! What I wrote was about the latest Emacs (CVS HEAD).
> Please try the attached new versions of ps-print.el,
> ps-mule.el and ps-bdf.el.
good, that works. Thank-you. I wonder what happens when I update emacs
through Debian's `apt-get update' mechanism -- no doubt the lisp files
will be overwritten. Oh well, I can always copy your versions in by
hand again, I suppose.
Bill Furley