[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Has something changed in the autoload mechanism in Emacs 29?
From: |
Michael Heerdegen |
Subject: |
Re: Has something changed in the autoload mechanism in Emacs 29? |
Date: |
Fri, 26 Jul 2024 13:59:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Pierre Rouleau <prouleau001@gmail.com> writes:
> Note that when the error shows up, if I byte-compile the pel-ffind.el file
> (where the pel-generic-find-file function is located)
> and issue the describe-symbol command again,
> then the information shown in the help buffer shows the correct file name:
> pel--ffind.el
What's the result of evaluating (symbol-function 'pel-generic-find-file)
in the situation where the describe command reports the wrong location?
I currently don't have a concrete idea. Nothing fundamental changed in
the autoload mechanism I think. Smaller changes happened over the time,
sure.
Are you even sure that the problem is new and not reproducible using
older Emacs versions?
When I visit the link to the source of your code, is it easy for me to
reproduce this issue?
Michael.