jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
375 stars 67 forks source link

#22 causes spurious repetition of function name #23

Closed conklech closed 9 years ago

conklech commented 9 years ago

Consider this state:

f x = 
     ^

where ^ indicates cursor position. Starting a new line results in this state:

f x =
f 
  ^

which is never correct. Furthermore, using tab to cycle through tab stops does not remove f, as it did before #22 if you tabbed through this option.

jcollard commented 9 years ago

Reverted #22 here #24 .

conklech commented 9 years ago

The problem #22 was intended to resolve should be fixed though. On Jun 6, 2015 4:05 PM, "Joseph Collard" notifications@github.com wrote:

Closed #23 https://github.com/jcollard/elm-mode/issues/23.

— Reply to this email directly or view it on GitHub https://github.com/jcollard/elm-mode/issues/23#event-324456163.