9.2
6 Enigma API: Run Emacs
| (require enigma/emacs/system/run-emacs) | |
| package: enigma-app | |
parameter
(parameter/emacs-executable executable-name-or-path) → void? executable-name-or-path : string?
Parameter for the GNU Emacs executable.
Defaults to "emacs".
parameter
(parameter/buttercup-executable executable-name-or-path) → void? executable-name-or-path : string?
Parameter for the Buttercup executable.
Defaults to "buttercup".
parameter
(parameter/ert-runner-executable executable-name-or-path) → void? executable-name-or-path : string?
Parameter for the ERT-Runner executable.
Defaults to "ert-runner".
procedure
(run-emacs args) → exact-integer?
args : (listof string?)
Run GNU Emacs with args.
Returns the exit code.
procedure
(run-buttercup args) → exact-integer?
args : (listof string?)
Run Buttercup with args.
Returns the exit code.
procedure
(run-ert-runner args) → exact-integer?
args : (listof string?)
Run ERT-Runner with args.
Returns the exit code.
The source code of this module: