unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#41716: [PATCH] reader: Use invalid rather than illegal.
@ 2020-06-04 19:26 Jan (janneke) Nieuwenhuizen
  2020-06-17 21:27 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jan (janneke) Nieuwenhuizen @ 2020-06-04 19:26 UTC (permalink / raw)
  To: 41716

* libguile/read.c (scm_read_string_like_syntax): All characters are
permitted by law; some aren't valid in certain contexts.
---
 libguile/read.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/read.c b/libguile/read.c
index 040a178348..122a643018 100644
--- a/libguile/read.c
+++ b/libguile/read.c
@@ -704,7 +704,7 @@ scm_read_string_like_syntax (int chr, SCM port, scm_t_read_opts *opts)
                 break;
             bad_escaped:
               scm_i_input_error (FUNC_NAME, port,
-                                 "illegal character in escape sequence: ~S",
+                                 "invalid character in escape sequence: ~S",
                                  scm_list_1 (SCM_MAKE_CHAR (c)));
             }
         }
-- 
2.26.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41716: [PATCH] reader: Use invalid rather than illegal.
  2020-06-04 19:26 bug#41716: [PATCH] reader: Use invalid rather than illegal Jan (janneke) Nieuwenhuizen
@ 2020-06-17 21:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-06-17 21:27 UTC (permalink / raw)
  To: Jan (janneke) Nieuwenhuizen; +Cc: 41716-done

Hey,

"Jan (janneke) Nieuwenhuizen" <janneke@gnu.org> skribis:

> * libguile/read.c (scm_read_string_like_syntax): All characters are
> permitted by law; some aren't valid in certain contexts.

Applied, thanks!

Ludo’.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-17 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 19:26 bug#41716: [PATCH] reader: Use invalid rather than illegal Jan (janneke) Nieuwenhuizen
2020-06-17 21:27 ` Ludovic Courtès

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