Tracker: Patches

5 Get Lispinit.mem location from Win32 registry - ID: 1200810
Last Update: Settings changed ( sds )

I would like clisp to be able to get the lispinit.mem
location from a registry key instead of using -M. To
this end I have modified clisp-2.33.1 to do this.
Included is a patch that loads the lispinit.mem file
based on what is found in "HKLM\SOFTWARE\CLisp\" Using
the string value "initmem".

This makes using lisp much more convenient and is a
very minor change. This code will only attempt to load
lispinit.mem using the registry if -M has not been
passed on the command line.


Shaun Kruger ( thekernel32 ) - 2005-05-12 09:33:49 PDT

5

Closed

Rejected

Nobody/Anonymous

None

None

Public


Comments ( 2 )

Date: 2005-05-26 11:33:49 PDT
Sender: sdsProject AdminAccepting Donations

Logged In: YES
user_id=5735

1. the patch as it is now done prevents bootstrap.
2. you should never invoke lisp.exe yourself.
the next binary distribution for win32 will include a clisp.exe
driver which will determine the location of lisp.exe and
lispinit.mem
from its own location, i.e., all you will need to do is
create a shortcut
to it from e.g., your desktop.
please try the pretest (announced on clisp-list)
<http://www.podval.org/~sds/clisp/>


Date: 2005-05-12 09:49:16 PDT
Sender: thekernel32

Logged In: YES
user_id=784990

forgot -U on diff


Attached File ( 1 )

Filename Description Download
spvw.d.diff-lispinit_registry Diff for getting lispinit.mem location from registry Download

Changes ( 7 )

Field Old Value Date By
status_id Open 2005-12-22 08:52:42 PST sds
close_date - 2005-12-22 08:52:42 PST sds
resolution_id None 2005-12-22 08:52:42 PST sds
data_type 301355 2005-05-26 11:33:49 PDT sds
File Added 134220: spvw.d.diff-lispinit_registry 2005-05-12 09:49:17 PDT thekernel32
File Deleted 134218: 2005-05-12 09:49:17 PDT thekernel32
File Added 134218: spvw.d.diff-lispinit_registry 2005-05-12 09:33:49 PDT thekernel32