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

Lispy incorrectly formats elisp special read syntax #633

Open
RuijieYu opened this issue Jul 14, 2022 · 1 comment
Open

Lispy incorrectly formats elisp special read syntax #633

RuijieYu opened this issue Jul 14, 2022 · 1 comment

Comments

@RuijieYu
Copy link
Contributor

Lispy does not seem to support elisp's special read syntax as defined here.

I was trying to write the following snippet:

(eq #1="C-n" #1#)

In this case, note that #1= and #1# should not have any spaces. When I was trying to type them in lispy-mode, they will be inserted as #1= "C-n" and #1 #, respectively. The inserted representation would yield incorrect elisp code.

Any thoughts on whether this syntax should be supported (potentially as a special extension only for elisp), or if this is too rarely-used that implementing it is not worth the effort?

@RuijieYu
Copy link
Contributor Author

Somewhat related: #597, #596, #590 etc, all of which are asking for special read syntax for a certain set of lisp languages.

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

1 participant