Christian Lynbech writes: > Package: emacs-snapshot-el > Version: 1:20070302-1 > Severity: normal > > In the latest upgrade, a change to the ps-print package has broken it > badly. > > The changelog says: > > 2007-03-01 Vinicius Jose Latorre <[EMAIL PROTECTED]> > > * ps-print.el: Replace (defvar VAR nil) by (defvar VAR). > > Unfortunately, this is not a valid substitution. > > Even though INITVALUE is optional, the defvar documentation states: > > If INITVALUE is missing, SYMBOL's value is not set. > > which means that even though there is a defvar for (say) `ps-lf-cache', > there still is no variable defined of that name. Or put in other > words, this form fails with a void-variable error: > > (progn (defvar xxx) xxx) > > while this one succeeds: > > (progn (defvar yyy nil) yyy) > > returning `nil'.
Correctly observed. Vinicius has fixed this in the meantime, you can get a corrected version of ps-print.el at http://cvs.savannah.gnu.org/viewcvs/*checkout*/emacs/emacs/lisp/ps-print.el?rev=1.181. Unfortunately the emacs-snapshot package is orphaned now, so this fix will not make it into Debian for the foreseeable future. Cheers, Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

