CTRL-D and Contexts

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

CTRL-D and Contexts

Post 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
-- (define? (Cornflakes))

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

Locked