Pascal Terjan wrote:
/etc/emacs/site-start.d/emacs-php-mode.el is :
---
;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah
;
; Redistribution of this file is permitted under the terms of the GNU
; Public License (GPL)
;
(autoload '%{rname} "%{rname}" nil t)
(setq auto-mode-alist (append '(("\\\\.php3?\\\\'" . %{rname})) auto-mode-alist))
---
Is the '%{rname} "%{rname}" normal ?
Or is this why the mode is not loaded ?
Replacing all this with php-mode make emacs aware of this mode. replacing the \\ by \ make the association work This would be nice to also associate it with .php and .php4
