We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emacs version: GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu) of 2021-11-03
It's a almost 5000 lines lua table, for config.
local conf = { [100] = function() ... end, [101] = function() ... end, [102] = function() ... end, ... }
The text was updated successfully, but these errors were encountered:
Inserting a newline cost 10+ seconds.
Sorry, something went wrong.
@moyotar could you perhaps upload a gist of the table for easier repro?
@immerrr I'm sorry for the delay. Here's the gist which can cause the bad performance. Just go to line 1497 and insert a newline. big_tbl.lua
No branches or pull requests
emacs version:
GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu) of 2021-11-03
It's a almost 5000 lines lua table, for config.
The text was updated successfully, but these errors were encountered: