From: Ben H. <bh...@us...> - 2001-10-22 14:57:13
|
Update of /cvsroot/thinlisp/thinlisp-1.0/src In directory usw-pr-cvs1:/tmp/cvs-serv29591 Modified Files: INSTALL Log Message: Hard won hint needed when using emacs ilisp with clisp. Index: INSTALL =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/INSTALL,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** INSTALL 2001/07/01 11:15:24 1.4 --- INSTALL 2001/10/22 14:57:10 1.5 *************** *** 21,24 **** --- 21,28 ---- => "/home/jallard/work/tlt/" + For example, in clisp you can setting the default directory as so: + + (setf (default-directory) "/home/jallard/work/")) + 3. Bootstrap the translator by loading its boot file. |