bug#39220: Guile Elisp writer missing
John Cowan <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <CAD2gp_TS89NmGWFQ2Xy98J7Bc0OWva2OzCSqT3nWsE3sXiNqEQ@mail.gmail.com> |
The writer in modules/language/elisp/spec.scm specifies Scheme's write as the REPL writer, so that entering nil at the Elisp prompt prints out #nil, which is meaningless to Elisp users. Likewise, (print nil) does the same thing. A proper Elisp writer is needed.