lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Lispy incorrectly formats elisp special read syntax

Open RuijieYu opened this issue 3 years ago • 1 comments
trafficstars

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 avatar Jul 14 '22 16:07 RuijieYu

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

RuijieYu avatar Jul 14 '22 17:07 RuijieYu