(David Combs) writes:
> In article <>,
> Sherm Pendley <> wrote:
>> (David Combs) writes:
>>
>>> QUESTION: how to tell it that I'm happy enough -- please,
>>> no more of those
>>>
>>> Enter arithmetic or Perl expression:
>>
>>Just press enter to accept the default Perl expression "exit".
>
> OK, I tried that, but no luck.
>
> Probably has to do with my doing the run out of
> an emacs *shell*-window.
>
> With luck, you too will be an emacs-user, and will
> be able to suggest a way out!
Xemacs actually - but close enough. Xemacs' shell doesn't show me the default
"exit" text either, nor does simply hitting "enter" do any good.
Typing out "exit", or sending an EOF with C-d both work for me.
> PS: any idea what module is producing that
>
>>> Enter arithmetic or Perl expression:
>
> prompt
I'm pretty sure it's Term::ReadLine:

erl. At least, running "test
Term::ReadLine:

erl" runs that test.
sherm--