unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* String syntax changed?
@ 2004-01-19  0:55 Roland Orre
  2004-01-19  3:21 ` Joshua Judson Rosen
  2004-01-19  4:37 ` Paul Jarc
  0 siblings, 2 replies; 12+ messages in thread
From: Roland Orre @ 2004-01-19  0:55 UTC (permalink / raw)


In guile-1.6 and earlier versions, the following
	(begin (display "$\\scriptstyle{P(A\|D)}$") (newline))
gives the intentional string:
	$\scriptstyle{P(A|D)}$

but in 1.7 I get:
ERROR: In procedure scm_lreadr:
ERROR: #<unknown port>:1:38: illegal character in escape sequence: #\|
ABORT: (read-error)
ERROR: Unbound variable: D
ABORT: (unbound-variable)
ERROR: In procedure scm_lreadr:
ERROR: #<unknown port>:1:40: unexpected ")"
ABORT: (read-error)
ERROR: Unbound variable: }$
ABORT: (unbound-variable)

There it seems as \| has a special meaning
and the following gives the intentional string:

(begin (display "$\\scriptstyle{P(A|D)}$") (newline))

I don't understand. Can someone hint me about documentation about this?
Fortunately "|" still works in older versions.

	Roland Orre




_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

end of thread, other threads:[~2004-03-20 23:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19  0:55 String syntax changed? Roland Orre
2004-01-19  3:21 ` Joshua Judson Rosen
2004-01-19 10:24   ` Roland Orre
2004-01-19  4:37 ` Paul Jarc
2004-01-19  5:53   ` Keith Wright
2004-02-17 21:52   ` Marius Vollmer
2004-02-17 22:11     ` Paul Jarc
2004-02-18 23:38       ` Marius Vollmer
2004-02-19  6:21         ` Paul Jarc
2004-02-23 19:18           ` Marius Vollmer
2004-02-24 22:19             ` Paul Jarc
2004-03-20 23:03               ` Marius Vollmer

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