unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: "Mirko Lüdde" <mirko.luedde@gmail.com>
To: 66432@debbugs.gnu.org
Subject: bug#66432: procedure 'display' incorrectly displays curly braces (3.0.9)
Date: Tue, 10 Oct 2023 08:41:53 +0200	[thread overview]
Message-ID: <CA+da1a5f20oWBPWCfNt1xvZA8-Bi4OMLvwZBFZiOfku3ja93Kg@mail.gmail.com> (raw)

[-- 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 --]

                 reply	other threads:[~2023-10-10  6:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+da1a5f20oWBPWCfNt1xvZA8-Bi4OMLvwZBFZiOfku3ja93Kg@mail.gmail.com \
    --to=mirko.luedde@gmail.com \
    --cc=66432@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).