Changes between Version 3 and Version 4 of GettingAroundInOpenMcl
- Timestamp:
- 04/23/09 19:37:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingAroundInOpenMcl
v3 v4 125 125 }}} 126 126 127 Some people like to see a list of restarts as soon as they enter a break loop. 128 Set CCL:*SHOW-RESTARTS-ON-BREAK* to T to turn on this behavior. 129 130 The development version of CCL will also accept plain integers to select 131 the restart with the same number. That is, typing "3" is a short-cut 132 for typing ":c 3" which in turn is a short-cut for typing "(:c 3)". 133 127 134 == Loading Lisp Files == 128 135 {{{LOAD}}} is the standard way of loading a (source or binary) file into a running lisp. It takes a {{{PATHNAME}}} (or a string or something else that designates a {{{PATHNAME}}}) as a required argument.
