ps-print.el has on line 4835: (defvar ps-lh-cache) (defvar ps-rh-cache) (defvar ps-lf-cache) (defvar ps-rf-cache) These are incorrect, as defvar requires an explicit (nil) value. With this bug, it is not possible to use ps-print (without manually setting the values). The version of emacs 22.0.95 in CVS has fixed this bug. Reproducible: Always Steps to Reproduce: 1. Try ps-print-buffer in Emacs 2. 3. Actual Results: erro: ps-lh-cache has no value as a variable Expected Results: Buffer printed
Then wait for the new prerelease or use .9999. Thanks.
(In reply to comment #1) > Then wait for the new prerelease or use .9999. Thanks. On 12 Mar 2007 a new pretest will be released and fastly available for Gentoo. Just for your information.