Next: , Previous: , Up: Running REDUCE in an Emacs window   [Contents][Index]


14.5 Running complete REDUCE programs

The commands reduce-run-file and reduce-run-buffer run REDUCE code as an independent REDUCE program by starting the default version of REDUCE in a new process buffer named uniquely by the file or buffer containing the REDUCE code. This allows several REDUCE programs to be conveniently run simultaneously and independently.

Command: reduce-run-file

This command reads a file name from the minibuffer, starts REDUCE in a new process buffer named uniquely by the file (unless it already exists) and inputs the file into REDUCE.

Command: reduce-run-buffer

This command starts REDUCE in a new process buffer named uniquely by the current buffer (unless it already exists) and inputs the current buffer into REDUCE.