I want to add a php-mode to the emacs21

I get the file php-mode.el from the internet

http://cesnet.dl.sourceforge.net/sourceforge/php-mode/php-mode-102.el

with following description


;;; Usage

;; Place this file in your Emacs lisp path (eg. site-lisp)
;; and add to your .emacs file:
;; (load-library "php-mode-102")

;; If you want colorization, turn on global-font-lock or
;; add this to your .emacs:
;; (add-hook 'php-mode-user-hook 'turn-on-font-lock)


but emacs cant load the mode.

in the /sw/share/emacs21/site-lisp directory I can only find files called *.elc

can anyone explain what to do

thanks for help

giovanni

Reply via email to