Hello all,
I am new to Lisp, so forgive me if this is obvious. I'd like to change the CMUCL prompts -- both the command prompt and the debug prompt. Is this possible? Changing the command prompt is indeed easy, but I haven't had any success in changing the debug prompt. I am looking to hook CMUCL into TeXmacs as an external plugin. Effectively, TeXmacs acts as a special terminal program which interprets control coding supplied by the external program. CMUCL needs to tell TeXmacs that it is ready to recieve input. This has been accomplished easily with GNU Octave, Bash and CLisp by simply placing the required coding in the prompt strings. The debug prompt needs to be changed as well, because if CMUCL should enter the debugger w/o properly signalling TeXmacs that it is waiting for input, the interface between CMUCL and TeXmacs will hang. Can anyone shed some light on this for me? Thank you.
