Skip to content

Commit cdce782

Browse files
committed
ciel repl: disable Clesh syntax on "!"
I'll disable Clesh altogether, and add a simpler shell passtrough. for #85
1 parent 730e57f commit cdce782

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

repl.lisp

+6-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,12 @@ strings to match candidates against (for example in the form \"package:sym\")."
671671
;; !ls
672672
;; as well as [ ... ] on multilines.
673673
;; Beware: the double bang !! doesn't work. See issues.
674-
(named-readtables:in-readtable clesh:syntax)
674+
;;
675+
;; <2025-01-29> disable Clesh altogether,
676+
;; a ! anywhere in the function name fails.
677+
;; https://github.com/ciel-lang/CIEL/issues/85
678+
;; I also noticed other issues.
679+
;; (named-readtables:in-readtable clesh:syntax)
675680

676681
(handler-case (sbcli::sbcli "" sbcli::*prompt*)
677682
(error (c)

0 commit comments

Comments
 (0)