/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 ?


Reply via email to