On Sat, Jul 13 2024, Eli Zaretskii wrote: > Roland, is this patch okay with you, and if so, is it safe enough to > be installed on the emacs-30 release branch? (For the records: resending this message with bug#71946 unarchived so that this message goes into the bug tracker.) I am sorry, due to a silly mistake on my side, I saw your email only now. I saw that you already installed the patch in the emacs-30 relase branch. I tested the patch, it works for me, and I believe the already installed patch should be safe in 99.9% of all scenarios I can think of. However I'd suggest two minor modifications, see the patch attached below: - rename FILE-P to IS-FILE to be consistent with the emacs lisp coding conventions. - Set compilation-parse-errors-filename-function only if we do not want its default value. Shall I install this patch in the emacs-30 release branch or in master? Roland