Issue:
Issuing indent command, the editor will hang forever. The only option to continue is canceling the command (Ctrl-g).
Setup
- Emacs: 25.3.1
- My emacs configuration can be found here
Profile
Here is profiling result on both CPU and Memory:

update: The image includes more expanded tree, which shows maybe the issue is caused by the constant call of syntax-ppss function.
Issue:
Issuing indent command, the editor will hang forever. The only option to continue is canceling the command (
Ctrl-g).Setup
Profile
Here is profiling result on both CPU and Memory:

update: The image includes more expanded tree, which shows maybe the issue is caused by the constant call of
syntax-ppssfunction.