Are you using the -X:TabCompletion command line switch? If so, then only some of the control keys are handled and the MAC OS X delete is probably not one of them. If you are not using the -X:TabCompletion command line switch, the problem may lie in the System.Console implementation.
Martin ________________________________________ From: [EMAIL PROTECTED] On Behalf Of HEMMI, Shigeru Sent: Sunday, July 30, 2006 12:32 AM To: Discussion of IronPython Subject: Re: [IronPython] delete key on MAC OS X Sorry my confusion. I finally found a tricky result. Any conrole key input, "delete", "contol+w" and others not work properly in the intial IP interactive session. Then stop ipy job using ^Z key and go back to IP interactive sessin by fg command, every controle key involving ^D works as I wish. $ mono ipy.exe IronPython 1.0.2401 on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> ^Z [1]+ Stopped mono ipy.exe $ fg mono ipy.exe >>> ^D $ _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
