1DRSCHEME(1) General Commands Manual DRSCHEME(1)
2
3
4
6 drscheme - The PLT Scheme programming environment
7
9 drscheme [ Xoption ... ] [ file ... ]
10
12 DrScheme is the PLT Scheme programming environment.
13
14 DrScheme opens the files given as command-line arguments. For further
15 information on DrScheme, please consult the on-line documentation and
16 other information available at
17
18 http://www.drscheme.org/
19
21 When running in X11, DrScheme accepts the following standard Xoptions:
22 -display disp, -geometry geom, -bg color, -background color, -fg color,
23 -foreground color, -fn font, -font font, -iconic, -name name, -rv,
24 -reverse, +rv, -selectionTimeout time, -synchronous, -title name, -xnl‐
25 language lang, -xrm file.
26
27 In addition, the option -singleInstance is treated like an X option (it
28 must appear before all other options), and it runs MrEd in single-
29 instance mode. In single-instance mode, when an existing instance is
30 running with the same host and executable name, all non-option argu‐
31 ments are treated as file names and sent to the existing instance.
32
34 DrScheme looks for its libraries using the environment variable PLTCOL‐
35 LECTS. If this variable is not defined, the installation directory is
36 found automatically. See the documentation for details.
37
38 Please consult your local administrator to determine whether the on-
39 line documentation has been installed locally.
40
42 Submit bug reports via
43 help-desk (encouraged),
44 or via the web
45 http://bugs.plt-scheme.org/ (discouraged)
46 or by e-mail to
47 bugs@plt-scheme.org (discouraged)
48
50 DrScheme was implemented by PLT.
51
53 help-desk(1), mred(1), mzscheme(1)
54
55
56
574th Berkeley Distribution February 2007 DRSCHEME(1)