>>>>> "Andreas" == Andreas Hinze <[EMAIL PROTECTED]> writes:
Andreas> Some days ago i changed my CMULISP prompt in a way that it shows the
Andreas> current package. With ILisp no arguments are shown for functions after
Andreas> that. At a first look it seems that ILisp use regexes to scan-out the
Andreas> prompt before trying to analyse the current line. That fails if the
Andreas> prompt doesn't match the regex, of course.
Andreas> Unfortunally i'm very busy these days so i didn't reported that bug
Andreas> to the ILisp maintainers yet. But i will do soon.
It's not an ilisp problem. Since you can do arbitrary things to the
prompt, it's your problem. :-)
I also have my prompt display the current package, and I had to change
some ilisp variable to get the right regex to match my new prompt. If
you do this badly, you'll get really weird effects like arglists not
displaying correctly sometimes or macroexpansions prematurely cutoff
sometimes, etc.
Ray