[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



It would be nice if the ~n| option of FORMAT would do a (CURSORPOS 'C)
rather than a (TYO 12) to its stream argument.

Another gripe:  (TYO 12) prints ^L or plus/minus depending upon the type of
terminal you have, but (TYO 7) actually feeps the bell rather than printing
pi or ^G.  This is inconsistent. There should exist CURSORPOS options or
special functions (e.g. tv-beep) for performing special operations on the
terminal, and (TYO n) would print either a SAIL character or
(string-append "^" (string (+ n 100))) for n < 33.