Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clojure-toplevel-inside-comment-form broke parens insertion before comment block. #489

Closed
DogLooksGood opened this issue Sep 3, 2018 · 2 comments

Comments

@DogLooksGood
Copy link

@DogLooksGood DogLooksGood commented Sep 3, 2018

Actual behavior and reproduce steps

with clojure-toplevel-inside-comment-form set, and paredit enabled. Insert a pair of parens

()

|   ;; <-- cursor here, type `(`

(comment)

will become

()



(|)(comment)  ;; <-- cursor jump to here

Environment & Version information

clojure-mode version information

clojure-mode (version 5.8.2)

Emacs version

GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05

Operating system

Linux

@bbatsov
Copy link
Member

@bbatsov bbatsov commented Sep 23, 2018

Sounds like a task for @dpsutton. :-)

@dpsutton
Copy link
Contributor

@dpsutton dpsutton commented Sep 23, 2018

This is weird interaction wit paredit mode but i'm investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.