From unknown Sun Aug 17 04:15:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27776 <27776@debbugs.gnu.org> To: bug#27776 <27776@debbugs.gnu.org> Subject: Status: 26.0.50; `print-gensym' doesn't work as advertised Reply-To: bug#27776 <27776@debbugs.gnu.org> Date: Sun, 17 Aug 2025 11:15:51 +0000 retitle 27776 26.0.50; `print-gensym' doesn't work as advertised reassign 27776 emacs submitter 27776 Philipp
The docstring of `print-gensym' says:
=C2=A0 =C2=A0When the uninterned symbol appears within a recursive data str= ucture,
=C2=A0 =C2=A0and the symbol appears more than once, in addition use the #N#= and #N=3D
=C2=A0 =C2=A0constructs as needed, so that multiple references to the same = symbol are
=C2=A0 =C2=A0shared once again when the text is read back.