Hacking on php-mode.el

It appears that php-mode for Emacs isn’t actively maintained any more. This is too bad, since I’m a PHP programmer who uses Emacs.

After waiting quite a while for a new version, I decided to take it upon myself to fix some of the problems I found instead.

There are still issues, but I think they’re outside my Lisp programming ability, for the moment. This is certainly an improvement for now, though.

» Patch against php-mode.el v1.2.0

2007/02/03

Discussion

how to use message in “» Patch against PHP-mode.el v1.2.0″? It’s beyond my knowledge of emacs. :(

can yo drop a few words or give a hint?

scott
2007/03/16

Download the patch. Move it into the same directory as “php-mode.el.”

Run: “patch -p0 < php-mode-patch-1.patch”

Byte-compile the new php-mode.el; from Emacs, run: M-x byte-compile-file – then give it the path to php-mode.el.

Ian Eure
2007/03/25

Participate