| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Can we use 'print' or 'format' to print(on standard output) in color? (Allegro CL on windows) -Tushar |
|
#2
| |||
| |||
| På Thu, 17 Jan 2008 07:58:15 +0100, skrev 000.tushar@gmail.com <000.tushar@gmail.com>: > Can we use 'print' or 'format' to print(on standard output) in color? > (Allegro CL on windows) > > -Tushar The same way you would print in color to *standard-output*/stdout in any language. It totally depends what *standard output* is connected to. First console options: Under windows 95/98 there is a ANSI driver you can run under command that allows the use of color. A devive=ansi.sys needs to be in config.sys. (You can look up 'ANSI color') I guess you have NT or higher which doesn't support a ANSI driver. There is batch command @color which might work. (you can look up 'cmd color') Now the REPL options: For the ACL REPL I don't know. Try the documentation. For the SLIME/ilisp REPL (lookup 'EMACS color'') -------------- John Thingstad |
|
#3
| |||
| |||
| "000.tushar@gmail.com" <000.tushar@gmail.com> writes: > Can we use 'print' or 'format' to print(on standard output) in color? > (Allegro CL on windows) Try: http://www.informatimago.com/~pjb/ansi-test with: http://darcs.informatimago.com/darcs...p/ecma048.lisp -- __Pascal Bourguignon__ mailto ascal.bourguignon@anevia.comhttp://www.anevia.com |
|
#4
| |||
| |||
| On Jan 17, 6:58*am, "000.tus...@gmail.com" <000.tus...@gmail.com> wrote: > Can we use 'print' or 'format' to print(on standard output) in color? > (Allegro CL on windows) > > -Tushar This was discussed some about two weeks ago on this list. You may find something of worth there, too. It had "color" in the title. -- Roses are red, Violets are blue, Pay my ass. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.