[slime-devel] slime-eval-last-expression and read-macros
Helmut Eller
e9626484 at stud3.tuwien.ac.at
Tue Dec 14 06:56:40 UTC 2004
Chris Capel <pdf23ds at 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.
More information about the slime-devel
mailing list