Logged In: YES
user_id=10078

I am in the process of trying to set up CLISP to work with
ILISP in Xemacs. The cookbook is helpful, but the .emacs
file seems to be GNU emacs specific. I've used the
instructions as a guide, rather than following them
slavishly. At this point, my only problem is that the init
files (ilisp-pkg.lisp, cl-ilisp.lisp, cl-chs-init.lisp) are
not being loaded properly by CLISP, apparently because the
'/' character in the ILISP directory path is being changed
to a '\', and subsequently dropped by CLISP. I'm
experimenting to see where the character translation is
happening, and how to prevent it. Any advice/solutions welcome.