Andy, > Then create a new lint target to support Sun Studio.
You've done this recently, haven't you? > And update the tags target. What does ctags point to on your system(s)? On mine it's the emacs version of ctags, whereas the tags target in the makefile is for exuberant-ctags, which on my system points to 'exuberant-ctags'. Should the program called by the makefile tags target actually be 'exuberant-ctags'? Or should we check the user's system at config time to check if ctags points to emacs ctags, or to exuberant-ctags? Ideas? Paul