Little error in the config file for Win32

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
Fanda
Posts: 253
Joined: Tue Aug 02, 2005 6:40 am
Contact:

Little error in the config file for Win32

Post by Fanda »

Hello!
I am using newLISP v.8.6.0 on Win32 and I believe there is an error in the config file.

After installation the config file sets:
set Ide(InitialDir)

but as I tried, newLISP actually needs
set Ide(initialDir) -> small 'i' at the beginning

When I change it to small 'i' - it finally works :-)

Just to let you know, Fanda

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Thanks Fanda for reporting this, will be corrected in the next release.

Lutz

ps: Windows only

Locked