neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Auto indent not working after barfing and slurping #8

Closed krzysztofpniak closed 4 years ago

krzysztofpniak commented 9 years ago

After barfing and slurping autoindentation does not work(at least on windows). It should work like in this video: https://www.youtube.com/watch?v=D6h5dFyyUX0 1:00 - 1:10

krzysztofpniak commented 9 years ago

Hello, when it will be available on atom packages? Kind regards Krzysztof

-----Wiadomość oryginalna----- Od: "Jon Spalding" notifications@github.com Wysłano: ‎2015-‎10-‎22 15:06 Do: "jonspalding/lisp-paredit" lisp-paredit@noreply.github.com DW: "krzysztofpniak" krzysztof.pniak@gmail.com Temat: Re: [lisp-paredit] Auto indent not working after barfing and slurping(#8)

Closed #8 via 3a890ef. — Reply to this email directly or view it on GitHub.

jonspalding commented 9 years ago

Now available in 0.5.0. Thanks for the feedback.

krzysztofpniak commented 9 years ago

Barf forward works well, Slurp forward (ctrl + alt + .) does not work. Nothing happens.

Thanks for rework.

jonspalding commented 9 years ago

Have you got an example?

krzysztofpniak commented 9 years ago

(if (= 1 ) (println "asda") (println "asdad") (println "asdasd"))

In the example above I can move last bracket backward, but I cannot move it forward.

2015-10-22 20:51 GMT+02:00 Jon Spalding notifications@github.com:

Have you got an example?

— Reply to this email directly or view it on GitHub https://github.com/jonspalding/lisp-paredit/issues/8#issuecomment-150321205 .

jonspalding commented 9 years ago

Works ok on Mac, need to test it on Windows.

neil-lindquist commented 4 years ago

This does not appear to be an issue any more. Please reopen this issue if I'm misunderstanding the problem.