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

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

Re: sml mode in emacs


From: Kevin Rodgers
Subject: Re: sml mode in emacs
Date: Fri, 29 Oct 2004 17:21:46 -0600
User-agent: Mozilla Thunderbird 0.8 (X11/20040916)

JS wrote:
> I already have a line:
>
> (global-font-lock-mode t) in my .emacs file but there is still no
> colors! I both have it above my sml settings and in my sml settings.

,----[ C-h f global-font-lock-mode RET ]
| global-font-lock-mode is an interactive compiled Lisp function in `font-lock'.
| (global-font-lock-mode &optional ARG DUMMY)
|
| Toggle Font-Lock mode in every buffer.
| With prefix ARG, turn Global-Font-Lock mode on if and only if ARG is positive.
| Font-Lock mode is actually not turned on in every buffer but only in those
| in which `turn-on-font-lock-if-enabled' turns it on.
`----

The symbol t is not a positive number.  Try (global-font-lock-mode 1) or
just (turn-on-font-lock).

--
Kevin Rodgers


reply via email to

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