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

forward-sexp errors #89

Closed fommil closed 9 years ago

fommil commented 9 years ago

I'm getting a lot of errors when using forward-sexp. e.g.

scala-syntax:forward-sexp: Scan error: "Containing expression ends prematurely", 1201, 1202 [5 times]

Also, it seems to be moving forward by word a lot rather than sexpression. I would have thought that the natural "s-expression"s in Scala would be balanced parenthesis... ({[, and literal Strings.

fommil commented 9 years ago

I'm not so fussed about this anymore. I'm using smart-parens with curly brackets only and we're looking to add "virtual" parenthesis backed by ENSIME.