unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Yuval Langer <yuvallangerontheroad@gmail.com>
To: 59596@debbugs.gnu.org
Cc: Yuval Langer <yuvallangerontheroad@gmail.com>
Subject: bug#59596: [PATCH 2/3] Add an interactive session exception error message.
Date: Fri, 25 Nov 2022 22:14:35 +0200	[thread overview]
Message-ID: <20221125201436.35241-2-yuvallangerontheroad@gmail.com> (raw)
In-Reply-To: <20221125201436.35241-1-yuvallangerontheroad@gmail.com>

---
 doc/ref/api-data.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 8c18b4d40..143434213 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4798,6 +4798,11 @@ Notice that if we try the same @code{assq-set!} call with
 
 @lisp
 (assq-set! car2-properties 'seat-colour 'black)
+@print{}
+ice-9/boot-9.scm:1669:16: In procedure raise-exception:
+In procedure set-cdr!: Wrong type argument in position 1 (expecting mutable pair): (seat-colour . red)
+
+Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
 @end lisp
 
 This is due to the fact that literal alists are immutable. If you want
-- 
2.30.2






  reply	other threads:[~2022-11-25 20:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 20:14 bug#59595: [PATCH 1/3] Add examples and incomplete wordings Yuval Langer
2022-11-25 20:14 ` Yuval Langer [this message]
2022-11-25 20:14 ` bug#59597: [PATCH 3/3] Change order of the resulting alist - a new entry is added to the start of the alist Yuval Langer

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=20221125201436.35241-2-yuvallangerontheroad@gmail.com \
    --to=yuvallangerontheroad@gmail.com \
    --cc=59596@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).