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
-- 
[ Jayprasad J. Hegde, http://staff.ncst.ernet.in/1/1/jjhegde/ ]
BOFH excuse #447:
According to Microsoft, it's by design

-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to