Function: run-lua

run-lua is a function alias and interactive for lua-start-process, defined in lua-mode.el.gz.

Signature

(run-lua &optional NAME PROGRAM STARTFILE &rest SWITCHES)

Documentation

Start a Lua process named NAME, running PROGRAM.

When called interactively, switch to the process buffer.

NAME is the name of the created process; default is lua-process-buffer-name or lua-default-application.

PROGRAM is the executable to run; default is lua-default-application.

STARTFILE is a file, whose contents are sent to the process as initial input; default is lua-process-startfile.

SWITCHES is a list of strings passed as arguments to PROGRAM; default is lua-default-command-switches.

Key Bindings

Aliases

run-lua