Hi,
I am using emacs over SSH (emacs -nw index.html). However I am unable to see syntax coloring. Syntax coloring in Vim works fine.
I tried google ... could not find the answer quick enough ... so I have posted on the list ... continuing my quest on google :-)
Thanks, Kapil Karekar
On Tue, Sep 16, 2003 at 07:09:25PM +0000, Kapil Karekar wrote:
I am using emacs over SSH (emacs -nw index.html). However I am unable to see syntax coloring. Syntax coloring in Vim works fine.
You might have to set it explicitly, if this option is not set in the .emacs file.
Try doing M-x global-font-lock-mode
If you want to have syntax colouring *all* the time then you might be better of entering this in the .emacs file: (custom-set-variables '(global-font-lock-mode t nil (font-lock)))
- JJH