|
1 | | -.\" Automatically generated by Pandoc 2.9.2.1 |
| 1 | +.\" Automatically generated by Pandoc 3.1.3 |
2 | 2 | .\" |
| 3 | +.\" Define V font for inline verbatim, using C font in formats |
| 4 | +.\" that render this, and otherwise B font. |
| 5 | +.ie "\f[CB]x\f[]"x" \{\ |
| 6 | +. ftr V B |
| 7 | +. ftr VI BI |
| 8 | +. ftr VB B |
| 9 | +. ftr VBI BI |
| 10 | +.\} |
| 11 | +.el \{\ |
| 12 | +. ftr V CR |
| 13 | +. ftr VI CI |
| 14 | +. ftr VB CB |
| 15 | +. ftr VBI CBI |
| 16 | +.\} |
3 | 17 | .ad l |
4 | 18 | .TH "MEDLEY" "1" "" "" "Start Medley Interlisp" |
5 | 19 | .nh |
|
8 | 22 | \f[B]medley\f[R] \[em] starts up Medley Interlisp |
9 | 23 | .SH SYNOPSIS |
10 | 24 | .PP |
11 | | -\f[B]medley\f[R] [ flags \&... ] [ \f[I]SYSOUT_FILE\f[R] ] [ -- |
12 | | -\f[I]PASS_ON_ARGS\f[R] ] |
| 25 | +\f[B]medley\f[R] [ flags \&... |
| 26 | +] [ \f[I]SYSOUT_FILE\f[R] ] [ -- \f[I]PASS_ON_ARGS\f[R] ] |
13 | 27 | .SH DESCRIPTION |
14 | 28 | .PP |
15 | 29 | Starts Medley Interlisp in a window. |
@@ -291,6 +305,21 @@ On Windows/Cygwin installations, \f[I]FILE\f[R] is specified in the |
291 | 305 | Medley file system, not the host Windows file system. |
292 | 306 | .RE |
293 | 307 | .TP |
| 308 | +-cm [\f[I]FILE\f[R] | -], --rem.cm [\f[I]FILE\f[R] | -] |
| 309 | +Use \f[I]FILE\f[R] as the REM.CM file that Medley reads and executes at |
| 310 | +startup - after any greet files. |
| 311 | +Usually used only for loadups and other maintenance operations . |
| 312 | +.RS |
| 313 | +.PP |
| 314 | +If the given value is \[lq]-\[rq], Medley will start up without using |
| 315 | +REM.CM file. |
| 316 | +.PP |
| 317 | +There is no default Medley REM.CM file. |
| 318 | +.PP |
| 319 | +On Windows/Cygwin installations, \f[I]FILE\f[R] is specified in the |
| 320 | +Medley file system, not the host Windows file system. |
| 321 | +.RE |
| 322 | +.TP |
294 | 323 | -x [\f[I]DIR\f[R] | - | \[en]], --logindir [\f[I]DIR\f[R] | - | \[en]] |
295 | 324 | Use \f[I]DIR\f[R] as LOGINDIR in Medley. |
296 | 325 | \f[I]DIR\f[R] must be writeable by the current user. |
@@ -341,6 +370,22 @@ Relevant only to the Medley loadup workflow. |
341 | 370 | \[en]maikodir \f[I]DIR\f[R] |
342 | 371 | Use \f[I]DIR\f[R] as the directory containing the Maiko emulator. |
343 | 372 | For testing purposes only. |
| 373 | +.TP |
| 374 | +-cc [\f[I]FILE\f[R] | -], --repeat [\f[I]FILE\f[R] | -] |
| 375 | +Run Medley once. |
| 376 | +And then as long as \f[I]FILE\f[R] exists and is greater then zero |
| 377 | +length, repeatedly run Medley using \f[I]FILE\f[R] as the REM.CM file |
| 378 | +that Medley reads and executes at startup. |
| 379 | +Each run of Medley can change the contents of \f[I]FILE\f[R] to effect |
| 380 | +the subsequent run of Medley. |
| 381 | +To end the cycle, Medley needs to delete \f[I]FILE\f[R]. |
| 382 | +WIthin Medley, \f[I]FILE\f[R] can be found as the value of the |
| 383 | +environment variable LDEREPEATCM. |
| 384 | +.RS |
| 385 | +.PP |
| 386 | +On Windows/Cygwin installations, \f[I]FILE\f[R] is specified in the |
| 387 | +Medley file system, not the host Windows file system. |
| 388 | +.RE |
344 | 389 | .SS Other Options |
345 | 390 | .PP |
346 | 391 | \ |
|
0 commit comments