ERR: problem saving in function save: "C:\Users\241232233232\Appdata\Roaming/newlisp/newlisp-edit.config"
So I have added these strings into newlisp-edit.lsp to circumvent the problem:
Code Select
(set 'userSettingsDir "c:/TEMP")
(set 'userSettingsPath (append userSettingsDir "/newlisp-edit.config"))
(set 'recentFilesPath (append userSettingsDir "/newlisp-edit-recent"))
Now I can enjoy newLISP on my Windows 7.