Hi Tassilo, >>>>> Tassilo Horn <[email protected]> writes: > And Stefan already asked what I do for strange stuff and provided a > first patch that should fix the underlying issue. You are in his Cc. > So feel free to apply the patch to our master in which case I'll merge > and make another ELPA release.
Looking at the change in elpa.gnu.org[1], it seems that "(require 'tex-site)" is added at the first line of auctex-autoloads.el, which means it's called before ---------------------------------------------------------------------- (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) ---------------------------------------------------------------------- . So I'm afraid that the "(require 'tex-site)" is ineffective. I'll apply Stefan's patch for tentative work around in case my worry is right. [1] https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?id=f0622d07555fd35b47397f914c08acf480a41383 Best regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW
