From 3b6a2c161825236f442727107b02d30a4b4c0c70 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 2 Dec 2021 01:23:52 -0500 Subject: IRC notes from day 2 --- 2021/talks/ui.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '2021/talks/ui.md') diff --git a/2021/talks/ui.md b/2021/talks/ui.md index 10a4e1e3..1bf3c854 100644 --- a/2021/talks/ui.md +++ b/2021/talks/ui.md @@ -30,7 +30,15 @@ updating textual content as application state changes. This talk will cover use of the tui.el API and its operation in a textual environment by implementing some basic UI's. - +# Discussion + +- I'm trying the run your demos of tui... it seems that (add-to-list 'load-path "~/usrc/tui.el/") is not enough, I have to either add the subdirectories by hand or to run a standard function - whose name I don't know - to add the subdirs... +- hey, I'm trying to run your demos of tui... I had to add the subdirectories to the load-path manually to make (require 'tui-tic-tac-toe) work. my notes are here: https://0x0.st/-7dV.txt +- tui.el is very exciting, should open up a new era of more advanced UI in Emacs +- seems like we can get some really cool emacs ui going in combination with svg.el +- combine with the magit approach to menus (transient etc) and something very nice is coming! +- I think anything you can show in a buffer should work with this, so images, text, whatever. +- tui.el is just too cool: I am going to try it for sure :D # Outline -- cgit v1.2.3