tuhdo/semantic-refactor

Lisp: Cons literals losing space before the dot

cconnett opened this issue · 3 comments

Cons literals that get reformatted on a new line are losing the space before the dot. This is causing them to no longer be cons literals and instead become lists with an unexpected in the second symbol.

(append '(("a" .c++-mode)
          (b .2))
        a)
tuhdo commented

Thanks for the report. I will look into it soon.

tuhdo commented

The bug was fixed. Please report if you find more. Thanks again.

Thanks for the speedy fix!