* Francisco Vides [2009-04-04 00:18+0200] writes:
I've taken a look at the code, and found that slime-find-filename-translators tries to find a traslator if both hostname and slime-filename-translations are not nil. But if it fails, then throws an error.
IMHO it could just return (list #'identity #'identity) and try to work locally. I've changed it locally and works for me (patch following)
If you add a regexp which matches everything (as the last entry) you don't need to change the code.
Helmut.