wmperry(a)aventail.com (William M. Perry) writes:
> And it won't work on TTY's.
No reason it couldn't. Would just have to implement them ourselves, like
any other `widgets' on a TTY. widget.el should provide the
abstraction we need on whether to use 'native' widgets (when in X or
Windows or whatever), and a text-only representation (like it uses
now) on a TTY.
Sure, but adapting `wid-edit.el' to that might be a lot of work. I
don't see anyone rushing to do it.