
14 Dec
2004
14 Dec
'04
6:56 a.m.
Chris Capel <pdf23ds@gmail.com> writes:
by placing your cursor after the call to funB and evaluating that you don't want it to send the lisp process "funA(funB argA argB)". And, in CL, the $ character is in the alphabetic syntax category. So is there nothing that can be done? Shall I forever be placing "progn"s around my read macros so I can evaluate them?
(modify-syntax-entry ?$ "'" lisp-mode-syntax-table) Should help. Helmut.