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
I recently encountered a TypeScript file at $WORK that caused Emacs to freeze for multiple seconds after changing the buffer's contents.
I did a quick profile, and based on its results was able to get my Emacs instance back to usability by altering this line to set a limit for looking-back.
Could we introduce a limit here?
I don't know what a reasonable limit would be, nor why it's explicitly set to "no limit".