mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add * and / support
This commit is contained in:
parent
bf4232029c
commit
dacb43e9ce
1 changed files with 17 additions and 14 deletions
|
|
@ -63,6 +63,9 @@
|
|||
:client-movement *client-side-movement*)))
|
||||
(setf clog-user::*body* (window-content win))))
|
||||
(t
|
||||
(setf data (format nil "(let ((tmp ~A))
|
||||
(setf /// //) (setf // /) (setf / (list tmp))
|
||||
(setf *** **) (setf ** *) (setf * tmp))" data))
|
||||
(multiple-value-bind (result new-package)
|
||||
(capture-eval data :clog-obj panel
|
||||
:private-console-win (when *clog-repl-private-console*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue