Folks,
I'm almost sure this started happening after the Allegro-related change-directory patch. I now cannot change directories when using slime remotely.
The file "/ssh:jreymont@repdb2.cur:/home/jreymont/fraud/" does not exist. [Condition of type SB-INT:SIMPLE-FILE-ERROR]
Restarts: 0: [ABORT-REQUEST] Abort handling SLIME request. 1: [ABORT] Exit debugger, returning to top level.
Backtrace: 0: (TRUENAME #P"/ssh:jreymont@repdb2.cur:/home/jreymont/fraud/") 1: ((SB-PCL::FAST-METHOD SWANK-BACKEND:SET-DEFAULT-DIRECTORY (T)) #<unavailable argument> #<unavailable argument> "/ ssh:jreymont@repdb2.cur:/home/jreymont/fraud/") 2: (SB-INT:EVAL-IN-LEXENV (SWANK-BACKEND:SET-DEFAULT-DIRECTORY "/ ssh:jreymont@repdb2.cur:/home/jreymont/fraud/") #<NULL-LEXENV>) 3: ((LAMBDA NIL)) 4: ((SB-PCL::FAST-METHOD SWANK-BACKEND:CALL-WITH-DEBUGGER-HOOK (T T)) #<unused argument> #<unused argument> #<FUNCTION SWANK:SWANK- DEBUGGER-HOOK> #<CLOSURE (LAMBDA NIL) {1002D52E39}>) 5: ((LAMBDA NIL)) 6: ((SB-PCL::FAST-METHOD SWANK-BACKEND:CALL-WITH-DEBUGGER-HOOK (T T)) #<unused argument> #<unused argument> #<FUNCTION SWANK:SWANK- DEBUGGER-HOOK> #<FUNCTION (LAMBDA NIL) {1003B0FA59}>)
Thanks, Joel
* Joel Reymont [2006-04-14 11:07+0200] writes:
Folks,
I'm almost sure this started happening after the Allegro-related change-directory patch. I now cannot change directories when using slime remotely.
The file "/ssh:jreymont@repdb2.cur:/home/jreymont/fraud/" does not exist.
What's your value of slime-filename-translations? It looks like the untranslated tramp filename was sent to the remote host.
Helmut.
On Apr 14, 2006, at 5:20 PM, Helmut Eller wrote:
What's your value of slime-filename-translations? It looks like the untranslated tramp filename was sent to the remote host.
(("" identity identity))
* Joel Reymont [2006-04-14 18:34+0200] writes:
On Apr 14, 2006, at 5:20 PM, Helmut Eller wrote:
What's your value of slime-filename-translations? It looks like the untranslated tramp filename was sent to the remote host.
(("" identity identity))
Since a few weeks you have customize this variable for remote file operations. E.g. like so:
(push (slime-create-filename-translator :machine-instance "repdb2" :username "jreymont") slime-filename-translations)
Helmut.