Ok, with the new slime froim CVS in an Xemacs I can not load a file nor cd ot another directory because assoc-default is not defined.
The only place in slime.el with assoc-default is: (defun slime-find-filename-translators (hostname) (or (assoc-default hostname slime-filename-translations #'string-match) (error "No filename-translations for hostname: %s" hostname)))
But there is not assoc-defautl defined anywhere. So what is it supposed to to and in which list does it does it's lookup?
Regards Friedrich