<87ed1dh0to.fsf@ngraves.fr>
I've already reported that here but it's one very annoying failure: https://git.sr.ht/~ngraves/emacs-interactive-computing/tree/master/item/README.org#L46 =(setq arei-mode-auto t)= will break emacs when arei is launched from Python (probably for any other NREPL language) but you then visit a Scheme buffer. Since it makes Emacs basically crash, hard to debug. I think it's linked to eldoc functionality. Will investigate later. -- Best regards, Nicolas Graves
<87msfloiso.fsf@trop.in>
<87ed1dh0to.fsf@ngraves.fr>
(view parent)
On 2025-01-08 14:50, Nicolas Graves wrote: > I've already reported that here but it's one very annoying failure: > https://git.sr.ht/~ngraves/emacs-interactive-computing/tree/master/item/README.org#L46 Maybe related, according to buffer association mentioned here: https://git.sr.ht/~ngraves/emacs-interactive-computing/tree/master/item/README.org#L39 IIUC, sesman-link-with-buffer should do what you want. > > =(setq arei-mode-auto t)= will break emacs when arei is launched from > Python (probably for any other NREPL language) but you then visit a > Scheme buffer. > > Since it makes Emacs basically crash, hard to debug. I think it's > linked to eldoc functionality. Will investigate later. Thank you! Share the details, when you understand the cause. -- Best regards, Andrew Tropin