Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.5 SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/FIX-COMPILATION

Variable: *compilation-fixers* [sel/cp/fix-compilation]

Alist of compiler warning regular expressions, and associated function. The function is called over the match data returned by the regular expression match. Each fixer function may modify its argument, and should return non-nil on success or nil if additional fixers should be applied.

Function: register-fixer [sel/cp/fix-compilation] regex function

Add function to ‘*compilation-fixers*’ to be called when regex matches.