Eli Zaretskii <[EMAIL PROTECTED]> wrote: > > Date: Sat, 26 Mar 2005 00:22:10 +0100 > > From: Raimund Kohl-Fuechsle <[EMAIL PROTECTED]> > > > > I avoided diving into this since some times now - now I want to "crack > > the nut", so to say - and let me start with asking for help to eliminate > > a problem first: Whenever I now try to print via Postscript Print Buffer > > (B+W) the german Umlauts aren't printed - no matter which (given) > > font-family I use. > > font-family is the wrong place to look. You should instead customize > the value of ps-multibyte-buffer (which see). Based on what you tell, > the value of `bdf-font-except-latin' will do what you want.
'(ps-font-family (quote Palatino)) '(ps-lpr-command "lp") '(ps-multibyte-buffer (quote bdf-font-except-latin)) '(ps-paper-type (quote a4)) '(ps-printer-name-option "") I guess that's what you mean, right? Ok, did that but nothing changed (yes, I byte-compiled .emacs) - no Umlauts with PS Print Buffer (B+W). What else could I do? ray _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs