From: Gunter K. <gu...@pe...> - 2019-06-11 21:12:51
|
Wow... ...what is the output of build_info(); The Lisp standards were designed with a reality in mind in which the lisp is the operating system. Which means that the concept of an external operating system having a "current working directory" would be a custom extension to a lisp. The newest wxMaxima release should be able to switch the current working directory on all supported lisps, though. In the last few releases you would have been able to turn this feature on and off from wxMaxima's configuration dialogue as the lisp sbcl runs into problems if your system mixes unicode chars and chars from the local codepage in directory names resulting in error messages that annoyed users that never wrote files. Kind regards, Gunter. On 11.06.19 22:56, Stern, Michael (NIH/NIA/IRP) [E] via Maxima-discuss wrote: > > How can I save values, sessions to my home directory? When I do > save(“file”,…) from wxmaxima it saves it in the wxmaxima folder on my > C drive instead of the maxima home directory on my data drive where > everything else maxima is located, and with no extension even though > it is a lisp file. In order to load it in the usual way I need to > move it to the home directory and then add .lisp to the name to make > it accessible. How can I avoid this (other than by typing a full > filepath). When I do it from maxima.bat, it puts it in the maxima > directory on the C drive. For obvious reasons I don’t wan to be > writing data to my system SSD. > > > > Suggestions? > > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss |