parinfer-rust icon indicating copy to clipboard operation
parinfer-rust copied to clipboard

EmacsLisp: Char literal `? ` (as a space) is swallowed.

Open jasonm23 opened this issue 3 years ago • 1 comments

In the following example:

(make-string 10 ? ) ;; a string of 10 spaces.

is modified to:

(make-string 10 ?) ;; a string of 10 spaces.

Since Common Lisp has no special meaning for ? I am not sure what the right solution is or what the goal of parinfer-rust is for EmacsLisp support.

jasonm23 avatar Aug 15 '22 01:08 jasonm23

@tarsius fyi.

jasonm23 avatar Aug 15 '22 01:08 jasonm23