Ciao Eli, this is the new patch. I did not write anything to /etc/NEWS in this patch, there is no new 30.2 section. Do I need to create one? In data giovedì 13 marzo 2025 17:47:42 Ora standard dell’Europa centrale, Eli Zaretskii ha scritto: > > From: Vincenzo Pupillo > > Cc: morgan@ice9.digital, 76955@debbugs.gnu.org > > Date: Thu, 13 Mar 2025 17:28:41 +0100 > > > > In data giovedì 13 marzo 2025 15:25:57 Ora standard dell’Europa centrale, > > Eli> > > Zaretskii ha scritto: > > > How about the following solution: > > > . we replace references to php-ts-mode-php-executable with a call to > > > > > > a function > > > > > > . that function will do something like > > > > > > (let ((php-prog (if (file-remote-p default-directory) > > > > > > (executable-find "php" t) > > > > > > php-ts-mode-php-executable))) > > > > > > php-prog) > > > > > > WDYT? > > > > Yes, that's fine. Maybe we should also rename > > 'php-ts-mode-php-executable', > > something like 'php-ts-mode-php-default-executable'. It seems to me that > > it > > might not be clear that this value would not be used if the file was > > remote. > Yes, good idea. Would you like to post a patch to that effect?