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#58026: [PATCH] Emacs .elc byte compilation now respects silent rules

2022-09-23 Thread emacs
Emacs byte compilation now respects silent build rules (e.g. make V=0). i.e. use AM_V_GEN to show this instead GEN bar.elcFrom 08056da08160eb6ea4ba8e2a75a5c78ec8813db5 Mon Sep 17 00:00:00 2001 From: Richard Hopkins <> Date: Tue, 20 Sep 2022 22:19:42 +0100 Subject: [PATCH] Emacs .elc

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