diff --git a/examples/cl-repl/lisp/eval.lisp b/examples/cl-repl/lisp/eval.lisp index c119ca8..618ec8f 100644 --- a/examples/cl-repl/lisp/eval.lisp +++ b/examples/cl-repl/lisp/eval.lisp @@ -2,8 +2,8 @@ (:use :cl :qml) (:export #:*eval-thread* - #:*query-dialog* - #:*debug-dialog* + #:*gui-query-dialog* + #:*gui-debug-dialog* #:ini #:clear-buffers #:feed-top-level diff --git a/examples/clog-demo/readme.md b/examples/clog-demo/readme.md index 135e46d..791a0fa 100644 --- a/examples/clog-demo/readme.md +++ b/examples/clog-demo/readme.md @@ -1,6 +1,17 @@ *This example has been updated in 2025 to CLOG version 2.2.* +Known issues +------------ + +As of 2025, please put an older version of **mgl-pax** under your +`~/quicklisp/local-projects/`, since the 2025 version would cause a crash +during startup. + +(I tried with a version from 2024 and it worked for me.) + + + Try it ------ diff --git a/examples/debug-ui/local-projects/lqml-debug.tgz b/examples/debug-ui/local-projects/lqml-debug.tgz index 705bc39..bd186c7 100644 Binary files a/examples/debug-ui/local-projects/lqml-debug.tgz and b/examples/debug-ui/local-projects/lqml-debug.tgz differ