Edi Weitz edi@agharta.de writes:
When loading a larger system I'm currently working on I always get "Unbalanced parentheses" errors. This is most likely due to this
[...]
Nice message, but I don't know where it comes from, i.e. which part of my code it refers to. SLIME isn't very helpful either in this case
If you know at least the file name (e.g. by building the system from source outside of SLIME), you may try isolating the offending form by doing a binary search with compilation/evaluation.
Paolo