Jean-Philippe Bernardy
Jean-Philippe Bernardy
Interesting. Maybe `cl-macrolet` has been broken in emacs master. If you want to investigate this you could look at bugs against macrolet. Otherwise a stable release should be working.
I just upgraded to emacs 27 but I am not experiencing the problem. Can you describe the exact steps that cause the issue?
After upgrading I recompiled all my packages. Perhaps this is a difference with your setup?
Sure, no worries. Please also consider the possibility of old bytecode persisting somehow. I've been bitten myself by such an issue before (for some other package).
Ok, it's interesting that you could somehow break `lcr` with custom code. And two of you did it? I'll just leave this open. In case someone else faces the issue...
No worries, let's just leave it open for now until someone can reproduce the issue.
Can you confirm that you deleted all your `.elc` files?
Has new-repl superseded repl? If so I'll switch to that, but my understanding was that "it's not quite ready yet". Now, it should be easy to customize `dante-repl-command-line-methods-alist` to your...
In my understanding, this is related to the fact that we save the current buffer as a temporary file. GHCi ends up with two "versions" of the module and it...
Since evaluation works, it could be good to check if `+c` is activated by running `:set`. For example: ``` -- >>> :set -- options currently set: +c -- base language...