From 334e1b741e2948275a3da64f3b81df2f230d2520 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Tue, 13 Jan 2009 00:36:52 -0500 Subject: [PATCH] Import from TextPattern --- news/94.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 news/94.mdwn diff --git a/news/94.mdwn b/news/94.mdwn new file mode 100644 index 0000000..11243cc --- /dev/null +++ b/news/94.mdwn @@ -0,0 +1,18 @@ +[[!meta title="PLT Scheme (mzscheme) command line changed"]] +As part of a standard system upgrade, we upgraded PLT Scheme to a +newer version that seems to have different command line options. In +particular, if you were using the syntax + +**mzscheme -L plt-pretty-big-text.ss lang** + +to enable the “Pretty Big” language, you now need to say + +**mzscheme -l lang/plt-pretty-big-text.ss** + +(note the change from capital to lowercase L). In addition, to get +a REPL, you’ll need to say **-i** with this option. Some other +options have also been removed; run **mzscheme —help** to see what +is available. + + + -- 2.45.0