Go to file
Kinneyzhang bce23f6ef0 feat(playground): add ETAF example package
Provide a runnable ETAF-only example and an optional UI catalog entry point with lifecycle-safe open/close commands, tests, and bilingual README documentation.
2026-08-05 06:59:22 +08:00
tests feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00
.gitignore feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00
etaf-playground.el feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00
Makefile feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00
README.md feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00
README.zh-CN.md feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00

etaf-playground

etaf-playground is the runnable example application for ETAF. The core example depends only on etaf; the optional UI example loads etaf-ui when requested. It never imports Ebox internals and it is independent from ebox-playground.

(require 'etaf-playground)
(etaf-playground-open)

Run make check EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs from this directory.