Was this ever added to etags? -------- Original Message -------- Subject: [Patch] etags support for php5 Date: Sat, 22 Sep 2007 18:28:43 +0300 From: Bas Kok To: bug-gnu-emacs@gnu.org Hi all, PHP5 introduced public, private and protected access modifiers for methods and properties, class constants and the static keyword. However etags currently does not recognize methods and properties qualified with these keywords, therefore I added these. I am not sure what the process is for having this added to cvs emacs, therefore I added the patch for this to this email. Regards, -- Bas