Lsp-mode: *lsp-log* buffer undo overflow

Created on 23 Nov 2020  路  4Comments  路  Source: emacs-lsp/lsp-mode

Describe the bug
If running a server that generates a very large amount of output then the undo info can overflow

To Reproduce
I don't have this, but if it's needed I can generate one

Expected behavior
The undo buffer should not overflow because undo is not needed in this read-only buffer

Which Language Server did you use
ElixirLS (while developing on the server)

OS
Arch Linux

Error callstack
N/A

good-first-issue help wanted

All 4 comments

We should probably stop undo/redo in the log buffer? 馃槙

Thanks for reporting this issue to us! 馃憤

yeah it seems like unnecessary memory use

This should fix by #2376. Feel free to reopen this issue if you find out useful! Thanks! 馃槃

@jcs090218 Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mcraveiro picture mcraveiro  路  3Comments

raxod502 picture raxod502  路  4Comments

raxod502 picture raxod502  路  5Comments

sid-kap picture sid-kap  路  5Comments

rsuhada picture rsuhada  路  3Comments