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

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

Re: editing mode: .ml files


From: Johan Bockgård
Subject: Re: editing mode: .ml files
Date: Mon, 19 Jun 2006 10:00:21 +0200
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

"r.stiltskin" <jkammet@yahoo.com> writes:

> but deleting the .ml line from files.el doesn't seem to have any effect

Don't do that! Changing the source code directly is usually a bad idea
and rarely necessary.

> -- emacs still comes up with ("\\.ml\\'" . lisp-mode) included in
> auto-mode-alist.
>
> How can I get rid of it?

auto-mode-alist is searched from beginning to end. Push an overriding
definition for .ml on the list (or delete the existing entry).

-- 
Johan Bockgård


reply via email to

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