GNU bug report logs - #66432
procedure 'display' incorrectly displays curly braces (3.0.9)

Previous Next

Package: guile;

Reported by: Mirko Lüdde <mirko.luedde <at> gmail.com>

Date: Tue, 10 Oct 2023 06:43:01 UTC

Severity: normal

To reply to this bug, email your comments to 66432 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#66432; Package guile. (Tue, 10 Oct 2023 06:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mirko Lüdde <mirko.luedde <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Tue, 10 Oct 2023 06:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mirko Lüdde <mirko.luedde <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: procedure 'display' incorrectly displays curly braces (3.0.9)
Date: Tue, 10 Oct 2023 08:41:53 +0200
[Message part 1 (text/plain, inline)]
Dear Guile team , displaying the Scheme symbols "{" and "}" seems erroneous
to me , see log below . Many thanks ! Mirko


scheme@(guile-user)> (version)
$1 = "3.0.9"
scheme@(guile-user)> (symbol? '{)
$2 = #t
scheme@(guile-user)> (display '{) ; wrong
#{\x7b;}#scheme@(guile-user)> (char? #\{)
$3 = #t
scheme@(guile-user)> (display #\{) ; OK
{scheme@(guile-user)> (write '{) ; OK
#{\x7b;}#scheme@(guile-user)> (write #\{) ; OK
#\{scheme@(guile-user)>
[Message part 2 (text/html, inline)]

This bug report was last modified 207 days ago.

Previous Next


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