Hallo, Am Thu, 08 Sep 2005, Andre Tann schrieb:
Ich würde gerne meinem Emacs ein Syntax-Highlighting bei html beibringen. Das funktioniert nun auch, kurioserweise allerdings nur bei Dateien, die auf .htm enden. Lege ich dieselbe Datei dagegen als .html-Datei ab, so ist nix mit Syntax-Highlighting, obwohl meine .emacs enthält:
(setq load-path (cons "~/.elisp"load-path)) (autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t) (setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) auto-mode-alist))
Wenn ich diesen Abschnitt richtig interpretiere, dann müßte der doch gerade auf .html-Dateien treffen, und nicht auf .htm, oder?
Kontrolliere mal die Ausgabe von 'C-h v auto-mode-alist'. In welchem Mode landest du denn, wenn du ein .html oeffnest? Kann es sein, dass die Liste von "vorne" abgearbeitet wird? Und da z.B. ein anderer Eintrag vor deinem zuschlaegt? -dnh -- While reading this document, at various points the readers may have the urge to ask questions like, "does this make sense?", "is this feasible?," and "is the author sane?". The readers must have the ability to suppress such questions and read on. -- RfC 3251