Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170028 - app-editors/emacs-cvs-22.0.95 has bad version of ps-print.el
Summary: app-editors/emacs-cvs-22.0.95 has bad version of ps-print.el
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-08 22:14 UTC by Hans Halvorson
Modified: 2007-03-10 08:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Halvorson 2007-03-08 22:14:14 UTC
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
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-03-09 08:10:55 UTC
Then wait for the new prerelease or use .9999.  Thanks.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-03-10 08:03:34 UTC
(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.