From: Morgan Smith <Morgan.J.Smith@outlook.com>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: 57122@debbugs.gnu.org
Subject: [bug#57122] [PATCH] build-system: emacs: Use new function for autoloads generation
Date: Thu, 18 Aug 2022 08:43:55 -0400 [thread overview]
Message-ID: <DM5PR03MB3163DC71A53488287BD01A8CC56D9@DM5PR03MB3163.namprd03.prod.outlook.com> (raw)
In-Reply-To: <DM5PR03MB31632A11FFB2018EC40F5AB8C5659@DM5PR03MB3163.namprd03.prod.outlook.com> (Morgan Smith's message of "Wed, 10 Aug 2022 19:12:35 -0400")
So the FreeBSD guys had the same issue but actually bothered to notify
upstream so the issue has been fixed:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57200
That doesn't mean we shouldn't look into using a non-deprecated function
though. Earlier I did try to use 'package-generate-autoloads' as that
seems like the ideal function to use but it adds the following string to
the loaddefs file:
"(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))"
This line would probably work fine but for some reason when I tried it,
it didn't properly substitute '#$' with the file name. I'm not really
sure how to fix that.
next prev parent reply other threads:[~2022-08-18 12:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-10 17:37 [bug#57122] [PATCH] build-system: emacs: Use new function for autoloads generation Morgan.J.Smith
2022-08-10 19:57 ` Liliana Marie Prikler
2022-08-10 23:12 ` Morgan Smith
2022-08-18 12:43 ` Morgan Smith [this message]
2022-08-18 18:37 ` Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DM5PR03MB3163DC71A53488287BD01A8CC56D9@DM5PR03MB3163.namprd03.prod.outlook.com \
--to=morgan.j.smith@outlook.com \
--cc=57122@debbugs.gnu.org \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).