It looks like the patch got applied to the ChangeLog: http://common-lisp.net/cgi-bin/viewcvs.cgi/slime/ChangeLog?root=slime&r1... 52&r2=1.853
But not the slime.el file: http://common-lisp.net/cgi-bin/viewcvs.cgi/slime/slime.el?rev=1.593&root... me&view=log
Did I not create the patch correctly? I was just able to apply it...
Well, looking back at it, it seems that the previous patch accidentally removed the helper function: slime-add-filename-translation.
This patch is also slightly different in that I added "(require 'tramp)" to the function which requires tramp.
I tested reverting slime.el and applying this patch, everything seems to work.
Nathan Bird
-----Original Message----- From: slime-devel-bounces@common-lisp.net [mailto:slime-devel-bounces@common-lisp.net] On Behalf Of Nathan Bird Sent: Tuesday, March 07, 2006 12:06 AM To: slime-devel@common-lisp.net Subject: [slime-devel] slime-create-filename-translator revisted.
I really liked the new slime translation stuff that went in a few days ago... except that tramp is a little bit different on xemacs.
Part of it though, tramp has lots of functions for manipulating filenames. If we are going to depend on tramp for this feature, the automatic creation of translation functions, then lets use the tramp stuff that already has this configuration and functions built in.
Here is a lisp paste showing what can be done with the new configuration. http://paste.lisp.org/display/17592
If you like, I can go link this from Cliki as well.
Nathan Bird nathan@acceleration.net