The following commands deal with complete REDUCE files that do not necessarily constitute complete programs. The key bindings are provided in both REDUCE Edit and Run modes:
Read a file name from the minibuffer and input the file into a REDUCE process. It asks whether you want the input echoed.
Read a REDUCE package name from the minibuffer and load it into a
REDUCE process. The read process uses completion based on the file
package.map
in the REDUCE source code package directory
specified by the option reduce-packages-directory
, which
should automatically be set correctly when REDUCE Run mode loads.
Pressing the TAB key should list the packages available, from
which you can select in the usual way, such as by clicking on a
package name with the mouse.
Read a file name from the minibuffer and compile it into a fast-loading (“fasl”) file, for which it prompts for the name with a name based on the source file name as default. It asks whether you want the input echoed.