mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-20 19:41:20 -08:00
ciel repl: disable Clesh syntax on "!"
I'll disable Clesh altogether, and add a simpler shell passtrough. for https://github.com/ciel-lang/CIEL/issues/85
This commit is contained in:
parent
730e57fe41
commit
cdce782c5c
1 changed files with 6 additions and 1 deletions
|
|
@ -671,7 +671,12 @@ strings to match candidates against (for example in the form \"package:sym\")."
|
|||
;; !ls
|
||||
;; as well as [ ... ] on multilines.
|
||||
;; Beware: the double bang !! doesn't work. See issues.
|
||||
(named-readtables:in-readtable clesh:syntax)
|
||||
;;
|
||||
;; <2025-01-29> disable Clesh altogether,
|
||||
;; a ! anywhere in the function name fails.
|
||||
;; https://github.com/ciel-lang/CIEL/issues/85
|
||||
;; I also noticed other issues.
|
||||
;; (named-readtables:in-readtable clesh:syntax)
|
||||
|
||||
(handler-case (sbcli::sbcli "" sbcli::*prompt*)
|
||||
(error (c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue