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

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

Re: File mode specification error: (invalid-regexp "Invalid regular expr


From: Cor Gest
Subject: Re: File mode specification error: (invalid-regexp "Invalid regular expression")
Date: Sat, 26 Jul 2008 16:55:11 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

The entity, AKA Roberto Bernetti <roberto.bernetti@poste.it> wrote :
(selectively-snipped-or-not-P)

> Hi 
> I'm using opensuse 10.2 with GNU Emacs 21.3.1
> emacs the following line working in in my gnu-emacs-custom file:
> --------------------------
> ;; Modifying alist
> (setq auto-mode-alist
>       (cons '("\\.max" . maxima-mode) auto-mode-alist) )
.......................^  "$" is lacking here ..;-)

;;;;(setq auto-mode-alist
;;;;    (cons '("\\.max$" . maxima-mode) auto-mode-alist) )

This should solve that.
 
Cor

-- 
        Mijn Tools zijn zo modern dat ze allemaal eindigen op 'saurus'
        (defvar My-Computer '((OS . "GNU/Emacs") (IPL . "GNU/Linux")))
             SPAM DELENDA EST       http://www.clsnet.nl/mail.php
                Ik ontwerp schpellvauden, ergo innoveer taal          


reply via email to

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