In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes:
> Although ps-mule is meant for multi-byte use and my ISO Latin encoded > files are single-byte I couldn't see a difference. I first launched GNU > Emacs 22.0.50 as usual, opened the ISO Latin-15 encoded file and used > ps-spool-buffer-with-faces to print to a buffer. I then renamed that > buffer to save it and evaluated this code in *scratch* buffer: > (require 'ps-mule) > (push '(latin-iso8859-15 > (normal builtin "Courier" ps-mule-encode-8bit) > (bold builtin "Courier-Bold" ps-mule-encode-8bit) > (italic builtin "Courier-Oblique" ps-mule-encode-8bit) > (bold-italic builtin "Courier-BoldOblique" > ps-mule-encode-8bit)) > ps-mule-font-info-database-ps) Are you sure that the font opened by the name "Courier" supports Latin-15 encoding on your PS printer? Please send this file to your PS printer. Does it print Latin-15 characters correctly? ------------cut here------------ %!PS /Courier findfont 20 scalefont setfont 100 400 moveto (A0-AF:\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257) show 100 350 moveto (B0-BF:\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277) show 100 300 moveto (C0-CF:\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317) show 100 250 moveto (D0-DF:\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337) show 100 200 moveto (E0-EF:\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357) show 100 150 moveto (F0-FF:\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377) show showpage ------------cut here------------ --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
