From: Spencer Baugh via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 65035@debbugs.gnu.org, joaotavora@gmail.com,
Pengji Zhang <me@pengjiz.com>
Subject: bug#65035: 29.1; Port flycheck-emacs-lisp-initialize-packages to flymake
Date: Tue, 12 Nov 2024 16:56:11 -0500 [thread overview]
Message-ID: <iero72kt8uc.fsf@janestreet.com> (raw)
In-Reply-To: <86y11sn4rw.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 09 Nov 2024 11:19:15 +0200")
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Pengji Zhang <me@pengjiz.com>
>> Cc: sbaugh@janestreet.com, João Távora
>> <joaotavora@gmail.com>, Eli Zaretskii
>> <eliz@gnu.org>
>> Date: Fri, 25 Oct 2024 19:50:48 +0800
>>
>> João Távora <joaotavora@gmail.com> writes:
>>
>> > Feel free to use my patch of course. Stefan noted some time ago
>> > that -f package-initialize is the wrong flag to ask Emacs -Q to use
>> > elpa though, so there's something better.
>>
>> Thanks! I prepared a new patch based on yours.
>
> Thanks. Spencer, any comments?
I think this should also switch from passing "-Q" to passing just "-q".
If we're include ~/.emacs.d/elpa on load-path, we should include the
site-lisp directories too, which -Q suppresses.
Probably we should specifically pass "--batch --no-site-file" instead of
"-Q --batch", since --batch also implies -q.
(This is particularly relevant for my site, where most packages are
distributed via site-lisp/elpa rather than installed into
package-user-dir)
next prev parent reply other threads:[~2024-11-12 21:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 10:04 bug#65035: 29.1; Port flycheck-emacs-lisp-initialize-packages to flymake Antonio Romano via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-23 9:01 ` Pengji Zhang
2024-10-23 10:32 ` Eli Zaretskii
2024-10-23 11:15 ` João Távora
2024-10-25 11:50 ` Pengji Zhang
2024-11-09 9:19 ` Eli Zaretskii
2024-11-10 1:33 ` Pengji Zhang
2024-11-12 21:56 ` Spencer Baugh via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-11-14 11:18 ` Pengji Zhang
2024-11-14 13:25 ` Ship Mints
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=iero72kt8uc.fsf@janestreet.com \
--to=bug-gnu-emacs@gnu.org \
--cc=65035@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=joaotavora@gmail.com \
--cc=me@pengjiz.com \
--cc=sbaugh@janestreet.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.