"Kevin Delia" <Kevin.Delia(a)globalone.net> writes:
I have used NT Emacs ps-print.el, which allows line numbers to
be
printed with my output. No such variable (ps-line-number) exists in the
NT XEmacs version of ps-print.el. Are there any plans to upgrade this
package to provide similar support, or does an equivalent package
already exist which allows for this functionality?
We already have a ps-print version which can do that. However that
only works under Mule. Therefore we ship the old version for non-mule.
If you are a bit lisp savvy you can try making a version that works on
both starting from
http://www.xemacs.org/list-archives/xemacs-beta/9906/msg00534.html
Basically you need a lot of (when (featurep 'mule) ...) wrappers
around what I commented out above.
Jan