Check syntax is in cperl menu disabled. If I try M-x cperl-check-syntax, I got error message
Cannot open load file: no such file or directory, mode-compile.
I found no hint on emacswiki.
Check syntax is in cperl menu disabled. If I try M-x cperl-check-syntax, I got error message
Cannot open load file: no such file or directory, mode-compile.
I found no hint on emacswiki.
Copyright © 2021 Jogjafile Inc.
Install the library
mode-compile.elby downloading it and placing it in theload-path: https://github.com/emacsmirror/mode-compile/blob/master/mode-compile.el -- then, either evaluate the buffer of the newly added library or restart Aquamacs.The interactive function
cperl-check-syntaxis looking for that library and throws an error when it cannot be found. The doc-string forcperl-tipsstates in relevant part: "Note that to enable Compile choices in the menu you need to installmode-compile.el."