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

Double Parentheses #587

Closed
gambledrum opened this issue Mar 16, 2020 · 1 comment
Closed

Double Parentheses #587

gambledrum opened this issue Mar 16, 2020 · 1 comment

Comments

@gambledrum
Copy link

I’ve noticed that the Paredit behavior is odd using Calva on VS Code. What I mean is this:
When I type a double quote, then type a word, and then type double quote again, two double quotes appear. For instance, if I type the following at the keyboard:
(println “Hello!”)
it actually comes out
(println “Hello!”"))
It makes it virtually impossible to use Calva. Paredit mode (emacs) doesn’t work like this.

This behavior ONLY happens in the Calva REPL, not in the editor.

@PEZ
Copy link
Collaborator

PEZ commented Mar 17, 2020

Thanks for reporting! I'll have a look at it.

PEZ added a commit that referenced this issue Mar 18, 2020
@PEZ PEZ closed this as completed in 508b58a Mar 19, 2020
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

2 participants