commit 025c3922e53c8daca87fd15d9ba0f3d6cdeea644
parent d6f05931da707b1c30b4e79ee8e131266c2fe260
Author: Tomas Hlavaty <tom@logand.com>
Date: Thu, 28 Apr 2011 23:58:19 +0200
better repl prompt
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/swank-picolisp.l b/swank-picolisp.l
@@ -90,8 +90,8 @@
:version "X(machine-version)" )
':features '(:hi :hello) #NIL #'(features-for-emacs)
':modules '("module1" "module2") #NIL #,*modules*
- ':package '(:name "PIL" #,(package-name *package*)
- :prompt "Pil>" #,(package-string-for-prompt *package*) )
+ ':package '(:name "PIL1" #,(package-name *package*)
+ :prompt "pil1" #,(package-string-for-prompt *package*) )
)
':version 'nil #NIL #,*swank-wire-protocol-version*
) )
@@ -134,7 +134,7 @@
(de swank:swank-require (Lst))
(de swank:create-repl ()
- (list "PIL2" "Pil2") )
+ (list "PIL" "pil") )
(de swank:listener-eval (Str)
(cons ':values (list (sym (mapc eval (str Str))))) )