Next: , Previous: , Up: Flymake Implementation   [Contents][Index]

5.6 Starting the syntax check process

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.