help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No highlighting in the .emacs file


From: Stefan Monnier
Subject: Re: No highlighting in the .emacs file
Date: Mon, 03 Mar 2008 16:55:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> I have just installed emacs through synaptic on Kubuntu 7.10. When I open
> and edit my .emacs fil there are no colors or highlighting. When I last used
> emacs both my .emacs file and my C files (.c) was automatically
> highlighted. Is there some module I need to install?

In Emacs-21, highlighting (called "font-lock") was not enabled
by default.  Since Emacs-22.1, it is.

So either you're using Emacs-21, or you have something like

  (global-font-lock-mode)

in your .emacs which ends up turning off the highlighting.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]