Lennart Borgman wrote (on Wed, 23 Feb 2011 at 03:13 +0100): > This seems to have get stucked. That means we do not have a really > working php-mode at the moment. Anything we can do? Did you try following the supplied advice on how to fix your code? > >>>> I've downloaded that and grepped it.  There are no CC Mode > >>>> initialisation calls in php-mode.el.  For comparison, there are > >>>> three such calls in csharp-mode.el, namely: > >>>> > >>>>    (c-initialize-cc-mode t) > >>>>    (c-init-language-vars csharp-mode) > >>>>    (c-common-init 'csharp-mode) > >>>> > >>>> C#'s initialisation is probably correct, and could serve as a model for > >>>> PHP Mode.  In particular the call to `c-common-init' is the essential > >>>> one.