The minor modes in Emacs provide some optional features which you can turn on or off. Any number of minor modes can be active at the same time with any major mode. You can enable a minor mode in one buffer and disable it in other mode. To enable a minor mode, for example the font-lock mode type the following command:
M-x font-lock-mode
To enable the other minor modes, replace the "font-lock" with the name of the minor mode. To disable the mode type the command again. A positive argument will always turn the mode on. Whenever you type this command, it will turn the mode on if it was off, OR it will turn it off if it was on i.e. it toggles. Look at the mode-line at the bottom of the frame. If it says FLock in parentheses, then it means that this mode is on, otherwise it is off.
The following are some of the minor modes available in SXEmacs. To enable any one of them type "M-x" in front of them.
(add-hook 'c-mode-hook 'turn-on-font-lock)
See Other Customizations.
When you enable this mode, the text will be displayed in
different colors and fonts depending on the type of the text. This makes
the text very easy to read and understand. For example, comments might
be displayed in red, variables in black, functions in blue and other
keywords in different colors and fonts. When you select More from
the Syntax Highlighting option, you get very detailed display of
colors and fonts; function names within comments themselves might appear
in a different font and color.
expand <SPC>
See Abbrevs, for more information on this
mode and on defining abbreviations.
M-x blink-paren
Do not add the "-mode" to it. You can also select the Paren Highlighting option from the Options menu. After you enable this command, put your cursor on one of the left parenthesis. The other matching parenthesis will start blinking. See Options Menu, for more information on the Paren Highlighting option.
For information on some other modes, look at the SXEmacs User's Manual and the associated files.