Unix Help
Emacs Info and Pointers

This page is intended to provide pointers to information that can answer questions you may have about Emacs.

If you are having problems with Emacs, and the built-in documentation under the "Help" menu in Emacs doesn't help, there are several sources of information available on the Internet. Specifically there are usenet newsgroups devoted to Emacs and related software:

There is also a good Emacs reference page.


How do you make Emacs use colored fonts?
put the following two lines in your .emacs file:
  (setq font-lock-maximum-decoration t)
  (global-font-lock-mode 1 t)