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: Eric Marsden
Subject: Re: GNU Emacs doesn't like the ".lout" extension
Date: 16 Oct 1998 09:37:51 +0200

>>>>> "JR" == James Ramsey <address@hidden> writes:

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

You are quite right, there was an error in the installation
instructions, for which I apologise. That should read (I tested it
this time):

   (setq auto-mode-alist
        (append '(("\\.lout\\'" . lout-mode)) auto-mode-alist))  

-- 
Eric Marsden
emarsden @ mail.dotcom.fr
It's elephants all the way down


reply via email to

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