GNU bug report logs - #47875
Elisp reader doesn't handle keywords

Previous Next

Package: guile;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Sun, 18 Apr 2021 16:06:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Ivan Sokolov <ivan-p-sokolov <at> ya.ru>
To: 47875 <at> debbugs.gnu.org
Subject: bug#47875: Elisp reader doesn't handle keywords
Date: Fri, 04 Jun 2021 15:13:29 +0300
Leo Prikler <leo.prikler <at> student.tugraz.at> writes:

> Using Guile 3.0.5, the elisp reader does not seem to support keywords
> written in Elisp's preferred prefix-style notation (:keyword).
>
> Meanwhile in Emacs M-: :keyword yields :keyword.  Using Scheme-style
> keywords also does not work:
>
> I think Guile should produce keyword objects for the former, so that we
> don't need to talk about the latter.

In Scheme keywords and symbols are separate entities, but in Elisp
keywords are just self-quoted symbols. I think your solution will cause
problems with Elisp algorithms that expect keywords to be symbolp.




This bug report was last modified 4 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.