bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33441: reading and printing Lisp Objects - what changed from 25.3.1


From: Noam Postavsky
Subject: bug#33441: reading and printing Lisp Objects - what changed from 25.3.1 to 26.1?
Date: Tue, 20 Nov 2018 16:02:27 -0500

On Tue, 20 Nov 2018 at 15:57, Paul Eggert <eggert@cs.ucla.edu> wrote:

> The syntax error occurs at the "#5" here:
>
> ... #s(#5 "" "" "" nil nil nil nil nil) (:custom-groups nil
> :documentation "Placeholder Class base." ...
>
> and you might want to investigate what is outputting "#5".

Standard Emacs printing functions will produce that for circular
structures if print-circle is nil (otherwise they use #5#).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]