Skip to content

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

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

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

Comments

@DogLooksGood
Copy link

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 commented Sep 23, 2018

Sounds like a task for @dpsutton. :-)

@dpsutton
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants