Hrvoje Niksic <hniksic(a)srce.hr> writes:
> Andy Piper <andyp(a)parallax.co.uk> writes:
> 
> > At 11:31 06/01/99 +0100, Jan Vroonhof wrote:
> > >>   get downloaded.
> > >> - It would be good to have a progressive indicator as things are
> > >>   getting installed.  I thought for example xemacs-base had just hung,
> > >>   but (I think) it was just taking a long time.
> > >
> > >This would indeed be nice.
> > 
> > You could use the progress gauge glyph support that's in 21.2 now -
> > but it only works under mswindows untill someone tries to add the X
> > support.
> 
> 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.
  A gauge could easily be mocked up on a tty... we already have the slider
stuff, someone could adapt that pretty easily I think.
-Bill P.