]> scripts.mit.edu Git - www/raw.git/commitdiff
Import from TextPattern
authorGeoffrey Thomas <geofft@mit.edu>
Tue, 13 Jan 2009 05:36:52 +0000 (00:36 -0500)
committerGeoffrey Thomas <geofft@mit.edu>
Tue, 13 Jan 2009 05:36:52 +0000 (00:36 -0500)
news/94.mdwn [new file with mode: 0644]

diff --git a/news/94.mdwn b/news/94.mdwn
new file mode 100644 (file)
index 0000000..11243cc
--- /dev/null
@@ -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.
+
+
+