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

mis-formating clisp symbol with ';' #132

Open
eric-zhu-2019 opened this issue Nov 12, 2022 · 2 comments
Open

mis-formating clisp symbol with ';' #132

eric-zhu-2019 opened this issue Nov 12, 2022 · 2 comments

Comments

@eric-zhu-2019
Copy link

case
when typing the code like:

(case c
(#; '|;|))
It will be formatted as:

(case c
#; '|);)
actually we can't enable the parienfer-mode in such file at all.

Thanks!

@togakangaroo
Copy link

This error I just filed on emacs parinfer-rust-mode might be related justinbarclay/parinfer-rust-mode#64

@eraserhd
Copy link
Owner

This seems releated to #115 . Is this a dupe (are you running emacs? have you enabled the vbar option)?

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