GNU bug report logs - #78995
[PATCH] ;;;autoload-expand for special macros

Previous Next

Package: emacs;

Reported by: JD Smith <jdtsmith <at> gmail.com>

Date: Fri, 11 Jul 2025 19:29:02 UTC

Severity: normal

Tags: patch

Fixed in version 31

Done: "J.D. Smith" <jdtsmith <at> gmail.com>

Full log


Message #122 received at 78995 <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: "J.D. Smith" <jdtsmith <at> gmail.com>
Cc: 78995 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#78995: [PATCH] ;;;autoload-expand for special macros
Date: Fri, 01 Aug 2025 16:39:37 +0200
"J.D. Smith" <jdtsmith <at> gmail.com> writes:

Hi,

>>>> Tramp uses an own declare form `tramp-suppress-trace'. In order to make
>>>> it happen, there's the code
>>>
>>> We are already adding the new declare form to
>>> `macro-declarations-alist', but the problem is, this code will not
>>> exist in Emacs <31.
>>
>> I meant to do this in tramp.el or tramp-compat.el
>
> Aha.  One idea would be for tramp-compat to including something like:
>
>     ;; Remove when Emacs >=31 is required
>     (require 'loaddefs-gen)
>     (cl-symbol-macrolet
>         ((amac (alist-get 'autoload-macro macro-declarations-alist)))
>       (unless amac (setq amac #'ignore)))   
>
> to silence the warning, yet remain harmless once Emacs 31 is in the
> wild.

That doesn't work with Emacs 28:

--8<---------------cut here---------------start------------->8---
# make -C lisp EMACS=/home/albinus/src/emacs-28/src/emacs
make: Entering directory '/home/albinus/src/tramp/lisp'
/home/albinus/src/emacs-28/src/emacs -Q -batch -L /home/albinus/src/tramp/lisp -l autoload						    \
  --eval "(setq generate-autoload-cookie \";;;###tramp-autoload\")" \
  --eval "(setq generated-autoload-file				    \
	    (expand-file-name \"tramp-loaddefs.el\"))"		    \
  --eval "(setq make-backup-files nil)"				    \
  -f batch-update-autoloads .
  SCRAPE   .
  INFO     Scraping files for tramp-loaddefs.el... 
  INFO     Scraping files for tramp-loaddefs.el...done
/home/albinus/src/emacs-28/src/emacs -Q -batch -L /home/albinus/src/tramp/lisp -l bytecomp -f batch-byte-compile tramp-loaddefs.el
/home/albinus/src/emacs-28/src/emacs -Q -batch -L /home/albinus/src/tramp/lisp -l bytecomp -f batch-byte-compile trampver.el
/home/albinus/src/emacs-28/src/emacs -Q -batch -L /home/albinus/src/tramp/lisp -l bytecomp -f batch-byte-compile tramp-compat.el

In toplevel form:
tramp-compat.el:33:1: Error: Cannot open load file: No such file or directory, loaddefs-gen
make: *** [Makefile:77: tramp-compat.elc] Error 1
make: Leaving directory '/home/albinus/src/tramp/lisp'
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.




This bug report was last modified 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.