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

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

Re: modes not doing much


From: YAD
Subject: Re: modes not doing much
Date: Sat, 12 Aug 2006 10:00:49 -0500
User-agent: Thunderbird 1.5 (X11/20051201)

Colin S. Miller wrote:

M-x font-lock-mode
for colouring

Thanks.

> to make this permanent, place this in your .emacs file
> (add-hook 'html-mode-hook '(lambda ()
>                                  (turn-on-font-lock))

Hadron Quark wrote:
> I have
> (global-font-lock-mode 1)
> in my .emacs.

I found that too:
http://lug.umbc.edu/tutorials/adv-emacs.html
> Add  (global-font-lock-mode 1 t)
> to  ~/.emacs  to always use font-lock mode
___

Colin S. Miller wrote:

> I have auto-indent enabled for C,
> but I can't see where it is switched on.

Does it have to be switched on? If a mode does neither
coloring nor indentation, then what does it do?

Python should be bound by default - what does
C-h v auto-mode-alist RET
report?

> Looking a bit closer at my auto-mode-alist shows
> it contains, amongs other entries,
> ("\\.py$" . python-mode)
> ("\\.ml[iylp]?$" . caml-mode)
> ("\\.ml\\'" . lisp-mode)

I don't have python-mode or caml-mode, but I'm using GNU.
Video games and the "Emacs Psychiatrist", but RMS/GNU couldn't fit
in important language editing modes, or make sure the modes work.

lisp-mode colors are working now that I moved my .cl file to .l
No indentation anywhere though.

Thanks for the help.

--
Yet another Dan


reply via email to

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