I'm doing something wrong with LW initilization!
WinXP LispWorks 4.4.6 (LW:LISP-IMAGE-NAME) => "C:\\Program Files\\LispWorks\\lispworks-4450.exe" *init-file-name* => "~/.lispworks" But somewhere LispWorks "knows" to load and partially evaluate C:\Program Files\LispWorks\MyConfig\a-dot-lispworks.lisp I say partially because I can put a dummy at the end of the ini file like: (setf dlgreene-x "Hello this is a test!") And sure enough dlgreene-x => "Hello this is a test!" I used set ...a-dot-lispworks.lisp in the LispWorks Configure dialog. I'm assuming that this goes into the registry... And that's fine... Why doesn't LispWorks report it as the current ini file? Meaning why do I get this *init-file-name* => "~/.lispworks" (No such file exists!... I did look.) There are a couple of other issues that come up related to this... For instance reading through the archive I found a thread related to utf-8 and I loaded the following into my ini: (setf (editor:variable-value "Output Format Default") '(:utf-8 :eol-style :crlf)) (setf (editor:variable-value "Input Format Default") '(:utf-8 :eol-style :crlf)) I query LW (editor:variable-value "Output Format Default") => (:DEFAULT :EOL-STYLE :CRLF) (editor:variable-value "Input Format Default") => :DEFAULT These are the "LW Configure" settings that I set because utf-8 isn't available in that dialog. If I run the setf's in LW listner I do get what I set. At the top of my a-dot-lispworks.lisp I do have: (load-all-patches) (load "C:\\Program Files\\LispWorks\\MyConfig\\configure.lisp") The config file is just a copy of the original that came with LispWorks. I can double click the LW exe from explorere or use the shortcut that is: "C:\Program Files\LispWorks\lispworks-4450.exe" -siteinit - Which I think is supposed to "short out" the default configure.lisp. I have NOT done the "image thing" I am in no way ready to fiddle around with that yet! I can't get the help to work for LispWorks yet. I search for help on editor variable and a page comes up saying something like "You can set editor variables and you can get editor variables" and that's it! I guess what the editor variables are is figured out by osmosis. David L. Greene 111 Park Street, Apt 6D New Haven, CT 06840-5429 Tel 203.624.6860 Fax 203.624.9795