2 put allegro demo folder in ~/bin/ - have a path of ~/bin/acl62_trial/
3 compile the ilisp source via the terminal. (go into the directoy in the terminal and type make.
4 put ilisp folder in ~/site/ - have a path of ~/site/ilisp/
5 put the emacs.txt file that Dr Rob modified into the home directory and rename it to .emacs (may need to do this via terminal)
6 download emacs from http://mindlube.com/products/emacs/index.html
7 start up emacs and then you need to press Meta-X (Apple-X on the Mac), and then type start lisp.
8 If you add this line to one of the 'hook' forms in the .emacs file (I can't recall which one, but look for comparable forms), then you should be able to use the key combination Control-X l to start lisp.
(define-key map [?\C-x?l] 'start-lisp)