[To reply replace "Aaron.Sloman.XX" with "A.Sloman"]
I previously wrote
| (set-syntax-from-char '@ 'a)
Apologies. That should have been:
(set-syntax-from-char #\@ #\a)
| If you place this in a file called "init.lsp" in the directory where the
| "clisp" binary lives it should be executed every time Clisp starts up.
Aaron
==
====
Aaron Sloman, ( http://www.cs.bham.ac.uk/~axs/ )
School of Computer Science, The University of Birmingham, B15 2TT, UK
EMAIL A.Sloman AT cs.bham.ac.uk (ReadATas@please !)
PAPERS: http://www.cs.bham.ac.uk/research/cogaff/
FREE TOOLS: http://www.cs.bham.ac.uk/research/poplog/freepoplog.html
|