hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

Fixing mismatched parenthesis in scala-indent.el #40

Closed lamdor closed 11 years ago

lamdor commented 11 years ago

This is helpful those of us who use el-get which uses update-autoloads-directory to generate autoloads.

hvesalai commented 11 years ago

I'm sorry, but this patch is wrong. However, I can see what you want. The fix is to change ?[ on line 295 to be ?\[. This will make Emacs-Lisp mode see the parentheses correctly. I have made and pushed this correction and will close this pull request.

hvesalai commented 11 years ago

Please get the latest code and see if it fixes your issue.

lamdor commented 11 years ago

It did fix it. Thank you very much.

Luke

On Wed, Dec 5, 2012 at 3:05 PM, Heikki Vesalainen notifications@github.comwrote:

Please get the latest code and see if it fixes your issue.

— Reply to this email directly or view it on GitHubhttps://github.com/hvesalai/scala-mode2/pull/40#issuecomment-11060470.