branch: elpa/geiser-racket commit 85d1e6af69ca3a0dceade52b19bd69a1b6277fdc Author: Jose Antonio Ortega Ruiz <j...@gnu.org> Commit: Jose Antonio Ortega Ruiz <j...@gnu.org>
racket: ,gcd -> ,pwd And we display it (the current path, settable via ,cd) as a string. This was, i'm sure, a secret command nobody is using! --- geiser/user.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geiser/user.rkt b/geiser/user.rkt index 753f353..96b6431 100644 --- a/geiser/user.rkt +++ b/geiser/user.rkt @@ -89,7 +89,7 @@ [(set-image-cache) (image-cache (read))] [(help) (get-help (read) (read))] [(image-cache) (image-cache)] - [(gcd) (current-directory)] + [(pwd) (~a (current-directory))] [(cd) (current-directory (read))] [else form])] [_ form])))