My Environment
Issue
Rich now blacken-mode does not save-excursion in most of the cases. This breaks the flow of the coding, because every time I run blacken-buffer, or it is run automatically, the cursor goes either to the beginning of the buffer, or to some random place. This makes it impossible to use auto-save modes such as super-save, which are extremely useful. This bug is preventing me from using blacken-mode, which is otherwise extremely useful.
My Environment
$ uname -r: 4.19.0-5-amd64Issue
Rich now blacken-mode does not save-excursion in most of the cases. This breaks the flow of the coding, because every time I run
blacken-buffer, or it is run automatically, the cursor goes either to the beginning of the buffer, or to some random place. This makes it impossible to use auto-save modes such assuper-save, which are extremely useful. This bug is preventing me from usingblacken-mode, which is otherwise extremely useful.