My Emacs (Windows 10) hangs when I run large portions of code at a time (around 800 lines, I have a file that I need to run repeatedly). I've seen mentions of setting ess-eval-visibly to nowait, however this doesn't solve the problem. I've tested it in a blank instance of Emacs (running ./emacs.exe -Q in powershell), but the problem persists.
Is this just a problem because of the large amounts of code being loaded? Or maybe something else?
Windows 10
Emacs 28.2
R 4.2.3
ESS 18.10.3snapshot
Packages are loaded using straight.el
Hey guys,
My Emacs (Windows 10) hangs when I run large portions of code at a time (around 800 lines, I have a file that I need to run repeatedly). I've seen mentions of setting
ess-eval-visibly
tonowait
, however this doesn't solve the problem. I've tested it in a blank instance of Emacs (running./emacs.exe -Q
in powershell), but the problem persists.Is this just a problem because of the large amounts of code being loaded? Or maybe something else?
Windows 10 Emacs 28.2 R 4.2.3 ESS 18.10.3snapshot Packages are loaded using
straight.el