Closed minad closed 2 years ago
Thanks, this should now work. Let me know if not.
Thanks! I will check it. The downside of your implementation is that it results in many allocations. Ideally you could use limited recursion and only switch to the manual stack if a certain depth is exceeded.
EDIT: Works well! Thanks again!
The issue occurs when opening the helpful buffer on certain large macro-generated functions, for example the command
cape-tex
from my Cape package.I could change the way I generate the code. However I have not observed problems so far except with
helpful-callable
.