Page 1 of 1

CTRL-D and Contexts

Posted: Fri Mar 10, 2006 12:03 pm
by newdep
Hi Lutz,

Could you make CTRL-D work also in contexts?

That is.. When Im inside a context and pressing CTRL-D I will first flip back
to MAIN .. instead of direclty doing an exit?

TEST> **pressing CTRL-D**
>**pressing CTRL-D**
$prompt

Norman

Posted: Tue Mar 21, 2006 6:14 pm
by pjot
How bizarre!

When I press <CTRL>+D in a context, I exit straight away:
peter@Solarstriker:~$ newlisp
newLISP v.8.8.0 on linux, execute 'newlisp -h' for more info.

> (context 'BLA)
BLA
BLA>
BLA>
BLA> peter@Solarstriker:~$
peter@Solarstriker:~$
I press <CTRL>+D at the last line and return to the Linux console immediately...

Peter