[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Aug 23 17:19:13 2001 
Subject:Re: "@" symbol in common lisp (the answer -- corrected!) 
From:Aaron Sloman See text for reply address 
Volume-ID:1010823.04 

[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