unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#13008: Invalid oct number convertion in string
@ 2012-11-27 10:41 nalaginrut
  2012-11-27 22:44 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: nalaginrut @ 2012-11-27 10:41 UTC (permalink / raw)
  To: 13008

Here is the story:
=====================cut===============================
scheme@(guile-user)> (format #t "\033[32;31mhello\033[5m")
33[32;31mhello33[5m$2 = #t
scheme@(guile-user)> (format #t "\x1b[32;31mhello\x1b[5m")
hello (in red color)
=====================end===============================

Seems "\033" can't be converted to "\x1b", and I tried "\o1b" failed.
I believe it ought to be a bug.







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

end of thread, other threads:[~2012-11-28 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 10:41 bug#13008: Invalid oct number convertion in string nalaginrut
2012-11-27 22:44 ` Ludovic Courtès
2012-11-28  2:32   ` nalaginrut
2012-11-28  3:34     ` Daniel Hartwig
2012-11-28  5:58       ` nalaginrut
2012-11-28 13:41     ` 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).