GNU Flymake 0.3
Table of Contents
GNU Flymake
1 Overview
2 Installing
3 Using Flymake
3.1 Flymake mode
3.2 Running the syntax check
3.3 Navigating to error lines
3.4 Viewing error messages
3.5 Syntax check statuses
3.6 Troubleshooting
4 Configuring and Extending Flymake
4.1 Customizable variables
4.2 Adding support for a new syntax check tool
4.2.1 Example – Configuring a tool called directly
4.2.2 Example – Configuring a tool called via make
5 Flymake Implementation
5.1 Determining whether syntax check is possible
5.2 Making a temporary copy
5.3 Locating a master file
5.4 Getting the include directories
5.5 Locating the buildfile
5.6 Starting the syntax check process
5.7 Parsing the output
5.8 Highlighting erroneous lines
5.9 Interaction with other modes
Appendix A GNU Free Documentation License
ADDENDUM: How to use this License for your documents
Index
Next:
Overview of Flymake
, Up:
(dir)
GNU Flymake
Overview of Flymake
Installing Flymake
Using Flymake
Configuring Flymake
Flymake Implementation
GNU Free Documentation License
Index