[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1. Installation

To install semantic, untar the distribution into a subdirectory, such as `/usr/share/emacs/site-lisp/semantic-#.#'. Next, add the following lines into your individual `.emacs' file, or into `site-lisp/site-start.el'.

 
(setq semantic-load-turn-everything-on t)
(load-file "/path/to/semantic/semantic-load.el")

If you would like to turn individual tools on or off in your init file, skip the first line.


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by XEmacs Webmaster on October, 2 2007 using texi2html