> I would like to propose my package, phpinspect.el, to be added to GNU Elpa. Done. AFAICT the code has currently some significant problems in terms of dependencies which make its compilation fail because variables are used by macros during compilation when the var has not yet been defined, or macros are used before they're defined, etc... The patch below seems to make the compilation go through (and fixes various warnings), but there are a lot of compilation warnings left which you might want to check. It also includes a few FIXMEs. Stefan