newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on April 23, 2005, 05:44:34 AM

Title: development version newLISP v. 8.5.4
Post by: Lutz on April 23, 2005, 05:44:34 AM
• signal handlers now may pass the signal as a parameter



• Ctrl-D now exits the newLISP command line (Linux/UNIX only)



• bug fixes



For files and detailed change notes see here: http://newlisp.org/downloads/development



Lutz
Title: Re: development version newLISP v. 8.5.4
Post by: jsf on April 23, 2005, 09:22:18 PM
I have no idea why many of us have become so used to an application exiting when we hit Ctrl-D, but we have. Ctrl-D is baked into our brains and has been for a very long time.



Typing (exit) isn't that hard, but I find myself hitting Ctrl-D every single time and then realize I need to type (exit).



Thanks for this feature. It's probably silly, but I appreciate it very much.


Quote from: "Lutz"


• Ctrl-D now exits the newLISP command line (Linux/UNIX only)



Lutz