* Directories
Added directory functions SWANK:DEFAULT-DIRECTORY and
SWANK:SET-DEFAULT-DIRECTORY for slime commands ,!d ,cd ,+d ,-d
,change-directory ,push-directory ,pop-directory ,pushd ,popd ,pwd
(compiler:disassemble
(eval (read-from-string string)
(buffer-env))))))
+
+;;;; Directory Functions
+(define (swank:default-directory socket)
+ (->namestring (working-directory-pathname)))
+
+(define (swank:set-default-directory socket directory)
+ (->namestring (set-working-directory-pathname! directory)))
\f
;;;; Miscellaneous