>>>> "Joel" == Joel W Reed
<jreed(a)support.ddiworld.com> writes:
Joel> i'm using xemacs 21.2.43.
Joel> in my .xemacs/init.el i have the following...
Joel> (defun truncate() (interactive)(setq truncate-lines t))
Joel> could the "avail (truncate" line in ps-print.el be
Joel> improved by calling it "avail (sys-truncate" or some such
Joel> other "system namespace" prefix?
Joel> or is there some way for my init.el to be improved to
Joel> not collide.
`truncate' is a built-in function
(truncate ARG)
Sorry, no namespaces in emacs lisp, and emacs lisp is not going to
change. Rename your truncate function.