-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
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
Pasting lines is slow in large files #543
Labels
Comments
Commenting out the function's body makes emacs fast again (but I guess breaks heredoc things). |
@cosarara Which version of php-mode are you using ( |
Sorry I didn't mention it, I'm using a clean emacs profile with just the
latest version of php-mode installed (1.21.4 indeed). The emacs version is
26.2, from the arch linux repositories.
… |
@cosarara Thank you for the detailed information! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If running on a supercomputer, spam that paste chord a bit (the pastes will queue, it will take a while).
Undoing the operations will be similarly slow.
The slowness is increased the bigger the file.
It seems like the culprit is
php-mode/php-mode.el
Line 954 in c53e0c1
Notice there are no heredocs at all in the file.
The text was updated successfully, but these errors were encountered: