[Openmcl-devel] init-file suggestion (with patch)
bryan o'connor
bryan-openmcl at lunch.org
Sun Dec 26 20:00:04 EST 2004
i wanted to use HOME:.openmclrc as my init-file instead of
HOME:openmcl-init.lisp. i readily admit upfront that it's
purely out of an obsessive need to keep my home directory clean.
to ensure backwards-compatibility, i changed startup-ccl to
accept either an atom or list for the init-file arg. if a list,
it'll load only the first one that exists.
i then changed the default application-init-file to the list:
HOME:openmcl-init.lisp ; current
HOME:.openmclrc ; unix-like
CCL:openmcl-init.lisp ; system-wide default
to avoid confusion, perhaps the startup message should say which
file (if any) was loaded as the init-file.
then there should probably be a command-line option to specify
the init-file. i'm leaning towards -i/--user-init.
bugs, suggestions, criticisms, code critique?
...bryan
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: init-files.patch.txt
Url: http://clozure.com/pipermail/openmcl-devel/attachments/20041226/5591305b/attachment.txt
-------------- next part --------------
More information about the Openmcl-devel
mailing list