lout-users
[Top][All Lists]
Advanced

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

Re: GNU Emacs doesn't like the ".lout" extension


From: Henrik Ahlgren
Subject: Re: GNU Emacs doesn't like the ".lout" extension
Date: Fri, 16 Oct 1998 10:53:41 +0400 (MSD)

On Thu, 15 Oct 1998, James Ramsey wrote:

> I suspect that what my Emacs doesn't like are the following lines in
> my .emacs file:
> 
> (setq auto-mode-alist
>    (append '((("\\.lout\\'" . lout-mode))) auto-mode-alist))

This is what I have in my .emacs and it works:

(autoload 'lout-mode "lout-mode" "Major mode for editing Lout text." t)

(setq auto-mode-alist
      (append auto-mode-alist
              '(("pico\\.[0-9]+\\'" . text-mode)
               ("\\.lt\\'" . lout-mode)
               ("\\.lout\\'" . lout-mode)
        )))



reply via email to

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