Next: Parsing the output, Previous: Locating the buildfile, Up: Flymake Implementation [Contents][Index]
The command line (command name and the list of arguments) for launching a process is returned by the
initialization function. Flymake then just calls start-process
to start an asynchronous process and configures a process filter and
sentinel, which are used for processing the output of the syntax check
tool.