You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be an issue in your setup (including additional packages), or it might be an issue with scala-mode. It might also be a hl-todo issue, but that is much less likely.
I am closing this. You probably have no choice but to really start from emacs -Q. If you provide more information, then I might be able to help but as it stands I would have to resort to guessing.
Here's a guess: We just had a similar issue with tex-mode: #52. Something in your setup might make the same mistake and the fix might be similar as well.
When I open some scala file that contains "TODO", I get this error:
If I reopen the same file, it opens without any errors.
I can reproduce it with .scala file that contains just
new RuntimeException("TODO") // TODO
lineThe text was updated successfully, but these errors were encountered: