[slime-devel] openmcl patches

i have a few openmcl patches that i've been sitting on waiting to see what the stateless-emacs did to the api. 1) update some defimplementation vs. defslimefun in swank-openmcl 2) implement compile-system-for-emacs 3) don't rebind print-level or print-length in apply-macro-expander. Unless there's some reason why i shouldn't i'll finally use my commit rights and apply the first two. before applying the third i'd like someone to tell my why those variabels should be re-bound when macroexpanding. p.s. the very recently commited state-less emacs works (afaict) on an inferior (as opposed to remote) openmcl 0.14-031220. -- Marco Ring the bells that still can ring. Forget the perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen

Marco Baringer <mb@bese.it> writes:
i have a few openmcl patches that i've been sitting on waiting to see what the stateless-emacs did to the api.
1) update some defimplementation vs. defslimefun in swank-openmcl
2) implement compile-system-for-emacs
Please commit those.
3) don't rebind print-level or print-length in apply-macro-expander.
Unless there's some reason why i shouldn't i'll finally use my commit rights and apply the first two. before applying the third i'd like someone to tell my why those variabels should be re-bound when macroexpanding.
Well, I like those values for the macroexpansion. I set print-length and print-level to 4 by default, and it makes sense to use larger values for the macroexpansion. If you change something, please make it customizable. Helmut.
participants (2)
-
Helmut Eller
-
Marco Baringer