emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
583 stars 118 forks source link

Dependency on specific version of nadvice.el #682

Closed bkline closed 3 years ago

bkline commented 3 years ago

I'm running emacs 24.3.1 on a shared hosting site, and I followed the instructions for installing php-mode manually. The first time the mode was invoked, the loader complained that it couldn't find the nadvice package. So I used the package manager to install that dependency and tried again. This time I got the error message:

File mode specification error: (error "This version of nadvice.el does not support PROPS")

So what's the missing piece of information which is needed here? The php-mode is from the current master branch.

zonuexe commented 3 years ago

@bkline PHP Mode no longer has active support for Emacs 24. Please use v1.23.0 or v1 branch by Manual installation. See #592 Drop Emacs 24 Support and Supported Version · emacs-php/php-mode Wiki for details.

bkline commented 3 years ago

Thanks!