unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#66432: procedure 'display' incorrectly displays curly braces (3.0.9)
@ 2023-10-10  6:41 Mirko Lüdde
  0 siblings, 0 replies; only message in thread
From: Mirko Lüdde @ 2023-10-10  6:41 UTC (permalink / raw)
  To: 66432

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

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)>

[-- Attachment #2: Type: text/html, Size: 1047 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-10  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-10  6:41 bug#66432: procedure 'display' incorrectly displays curly braces (3.0.9) Mirko Lüdde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).