The sources for cmucl contain things like _"abc" and _N"abc" to support localization. However, the default reader doesn't know to deal with these, so you can't C-c C-c on functions in the cmucl sources.
Appended is some code for swank-cmucl.lisp to set the correct readtable for compiling these sources. I'm not that familiar with how slime handles all of this, but this seems to work.
Ray
* Raymond Toy [2011-03-10 21:05] writes:
The sources for cmucl contain things like _"abc" and _N"abc" to support localization. However, the default reader doesn't know to deal with these, so you can't C-c C-c on functions in the cmucl sources.
Appended is some code for swank-cmucl.lisp to set the correct readtable for compiling these sources. I'm not that familiar with how slime handles all of this, but this seems to work.
I would much prefer it CMUCL would get rid of the reader macro mess and also the intl:gettext stuff all over the place.
Helmut
* Helmut Eller [2011-03-10 22:07] writes:
- Raymond Toy [2011-03-10 21:05] writes:
The sources for cmucl contain things like _"abc" and _N"abc" to support localization. However, the default reader doesn't know to deal with these, so you can't C-c C-c on functions in the cmucl sources.
Appended is some code for swank-cmucl.lisp to set the correct readtable for compiling these sources. I'm not that familiar with how slime handles all of this, but this seems to work.
I would much prefer it CMUCL would get rid of the reader macro mess and
^ that should have been: if
also the intl:gettext stuff all over the place.
Helmut