bug#58025: [PATCH] Ensure `byte-compile-dest-file-function' is used

2022-09-26 Thread Karl Berry
Hi Richard - I installed the -l bytecomp patch you sent (copied below). It seems safe, and good in any case. Thanks. If there are changes to make in the -Q / -q area, let's address those separately. (I'll close this bug, I guess, but fine to keep discussing wherever.) I don't think Automake uses

bug#58025: [PATCH] Ensure `byte-compile-dest-file-function' is used

2022-09-26 Thread Zack Weinberg
On Sat, Sep 24, 2022, at 5:45 AM, Richard Hopkins wrote: > On 2022-09-23 16:15, Zack Weinberg wrote: >> Thank you for the patch. Are you able to test it with a version of >> GNU Emacs older than 23.2? I see that you tested it with XEmacs 21, >> but as I recall there were quite substantial

bug#58025: [PATCH] Ensure `byte-compile-dest-file-function' is used

2022-09-24 Thread Richard Hopkins
On 2022-09-23 16:15, Zack Weinberg wrote: Thank you for the patch. Are you able to test it with a version of GNU Emacs older than 23.2? I see that you tested it with XEmacs 21, but as I recall there were quite substantial differences between XEmacs 21 and GNU Emacs of similar vintage. I've

bug#58025: [PATCH] Ensure `byte-compile-dest-file-function' is used

2022-09-23 Thread Richard Hopkins
On 2022-09-23 16:15, Zack Weinberg wrote: Thank you for the patch. Are you able to test it with a version of GNU Emacs older than 23.2? I see that you tested it with XEmacs 21, but as I recall there were quite substantial differences between XEmacs 21 and GNU Emacs of similar vintage. Not

bug#58025: [PATCH] Ensure `byte-compile-dest-file-function' is used

2022-09-23 Thread Zack Weinberg
On Fri, Sep 23, 2022, at 8:24 AM, em...@unbit.co.uk wrote: > The attached `git format-patch` is based on automake v1.16.5 and fixes > the following warning > > Warning (bytecomp): byte-compile-dest-file is obsolete (as of 23.2); > Set byte-compile-dest-file-function instead. > > The

bug#58025: [PATCH] Ensure `byte-compile-dest-file-function' is used

2022-09-23 Thread emacs
The attached `git format-patch` is based on automake v1.16.5 and fixes the following warning Warning (bytecomp): byte-compile-dest-file is obsolete (as of 23.2); Set byte-compile-dest-file-function instead. The solution is to ensure bytecomp is loaded which defines