Installation: Emacs Lisp Static Analysis and Systematic Renaming.

Downloading the tool: The tool is available as a single, self-contained Emacs Lisp file and a help text. The self-contained Emacs Lisp file has, of course, been made by the tool itself. The two pieces are bundled in a zip file.

Installing the tool: You must add a fragment Emacs Lisp code to your .emacs file, namely:

 (defvar el-static-analysis-software-dir  installation-directory "The directory that holds the tool.")
 (load (concat el-static-analysis-software-dir "el-static-analysis.el"))

The value of el-static-analysis-software-dir should be terminated by a forward slash '/'.

 
Kurt Nørmark
normark@cs.aau.dk
http://www.cs.aau.dk/~normark/