DogLooksGood / parinfer-mode

Parinfer for Emacs :)
GNU General Public License v3.0
407 stars 33 forks source link

How to find "Pairs unmatched, switch to Paren mode. When pair fixed, You can switch to indent mode." #56

Closed mattiasw2 closed 6 years ago

mattiasw2 commented 6 years ago

How can I find the problem? I have made indent-region for the whole buffer.

The file can be found at

https://github.com/mattiasw2/hashdb/blob/master/src/clj/hashdb/db/commands.clj

Use parinfer 20170710.821

telotortium commented 6 years ago

Specifically, parinferlib-indent-mode indicates the location of the error in its return values. The message shown by parinfer-toggle-mode should include this error information.