From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "João Távora" <joaotavora@gmail.com>
Cc: Stefan Kangas <stefan@marxist.se>, Eli Zaretskii <eliz@gnu.org>,
emacs-devel <emacs-devel@gnu.org>
Subject: Re: Eglot to core [Was: rmsbolt.el [Was: Colorful line numbers]]
Date: Sat, 23 Jul 2022 13:52:12 -0400 [thread overview]
Message-ID: <jwvh7373eqs.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <CALDnm53GctDOvtR1juGV9JrL4cE7TyQb_VyDKGOQ8Ppce1N9cg@mail.gmail.com> ("João Távora"'s message of "Sat, 23 Jul 2022 18:34:40 +0100")
>> (which also means the upstream should *not* force push
>> even if the last push was "just a few minutes ago so surely noone will
>> notice") and a new release is made whenever the `Version:` header
>
> Dang, I shamefully confess I did exactly that some weeks ago to Eglot
> (with seconds instead of minutes). But last I checked Eglot was still in
> the push-to-ELPA model, right?
Nope.
> Sorry if I caused any trouble,
% make fetch/eglot
emacs --no-site-lisp --batch -l admin/elpa-admin.el -f elpaa-batch-fetch-and-show "eglot"
Fetching updates for eglot...
Upstream of eglot has DIVERGED!
Local changes:
c558fd6a24 43703153+ssnno.. Fix #965: Update link for Fortran language server fortls
e0c08e7f68 47760695+jgart.. Close #961: Add support for jedi-language-server
Upstream changes:
29690e88e3 joaotavora@gma.. Always default eglot-strict-mode to nil
c962f6e5f6 joaotavora@gma.. Rework table of contents in README.md again
a62a388021 joaotavora@gma.. Fix README.md typos and rework section about Workspace configuration
eed9a65515 joaotavora@gma.. Fix embarrassing paren-matching blunder in eglot.el
a2d9e18945 joaotavora@gma.. Reply more reasonably to server's workspace/applyEdit
87e6de3cdf joaotavora@gma.. Appease byte-compiler warnings about wrong use of quotes
1db95974a7 joaotavora@gma.. Per #967: eglot-workspace-configuration can be a function
33c464f658 joaotavora@gma.. Per #131, #314: Be more conservative with the LSP identifier guess
f62b641b5c joaotavora@gma.. Per #131, #314: Guess the "LSP identifier at point"
25f6338741 joaotavora@gma.. Per #131: Tweak some details, fix some bugs
c64fe76e86 joaotavora@gma.. Per #131: Cosmetic decisions guaranteed to tick off someone somewhere (tm)
ae7261c1fe joaotavora@gma.. Per #131: Experiment with grouping in xref-backend-identifier-completion-table
2f71de72e3 joaotavora@gma.. Fix #131: Make C-u M-. work half decently
%
So, yes, `eglot` in GNU ELPA is now stuck and you'll have to merge
`c558fd6a24` back into your upstream repo before it will start tracking
it again :-(
> Speaking of that, I'd like to get started with this sometime soon (maybe
> August, around the corner). I wonder if you know any Git technique that
> allows me to keep the history, at least of eglot.el so that is merged with
> Emacs's own history. There was some `git subtree` command to do this
> right?
As a one-time thing it's pretty easy. You don't really need `git
subtree` for that. Just do something like:
git merge --no-commit --allow-unrelated-histories .../eglot
git mv eglot.el lisp/
...
git commit
Keeping it up if you keep hacking on the upstream is IMO an unsolved
problem (there are various hacks you can use, but they all suck one way
or another).
Stefan
next prev parent reply other threads:[~2022-07-23 17:52 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 7:50 Colorful line numbers João Távora
2022-07-22 11:00 ` Eli Zaretskii
2022-07-22 11:29 ` João Távora
2022-07-22 11:42 ` Eli Zaretskii
2022-07-22 12:02 ` João Távora
2022-07-22 13:27 ` Eli Zaretskii
2022-07-22 13:53 ` João Távora
2022-07-22 14:33 ` Eli Zaretskii
2022-07-22 15:10 ` João Távora
2022-07-22 15:38 ` Eli Zaretskii
2022-07-22 16:30 ` rmsbolt.el [Was: Colorful line numbers] João Távora
2022-07-22 19:53 ` Stefan Monnier
2022-07-23 6:13 ` Eli Zaretskii
2022-07-23 9:35 ` João Távora
2022-07-23 10:25 ` Eli Zaretskii
2022-07-23 14:43 ` Stefan Monnier
2022-07-23 15:52 ` Eli Zaretskii
2022-07-23 16:31 ` Stefan Monnier
2022-07-23 17:07 ` Colorful line numbers Eli Zaretskii
2022-07-23 18:18 ` rmsbolt.el [Was: Colorful line numbers] João Távora
2022-07-23 18:11 ` João Távora
2022-07-23 14:53 ` Jay Kamat
2022-07-23 17:25 ` Stefan Monnier
2022-07-23 17:34 ` Eglot to core [Was: rmsbolt.el [Was: Colorful line numbers]] João Távora
2022-07-23 17:52 ` Stefan Monnier [this message]
2022-07-24 18:58 ` João Távora
2022-07-24 19:04 ` Stefan Monnier
2022-07-25 1:05 ` Po Lu
2022-07-25 2:45 ` Stefan Monnier
2022-07-25 5:55 ` Philip Kaludercic
2022-07-25 15:31 ` Stefan Monnier
2022-07-25 6:23 ` Po Lu
2022-07-25 10:49 ` Bozhidar Batsov
2022-07-25 11:01 ` João Távora
2022-07-25 11:50 ` Felician Nemeth
2022-07-25 12:27 ` João Távora
2022-07-25 12:29 ` João Távora
2022-07-25 15:00 ` Felician Nemeth
2022-07-25 15:41 ` João Távora
2022-07-26 8:12 ` Felician Nemeth
2022-07-26 8:21 ` João Távora
2022-07-26 8:55 ` Felician Nemeth
2022-07-25 16:07 ` Max Brieiev
2022-07-25 17:05 ` João Távora
2022-07-25 15:33 ` Stefan Monnier
2022-07-22 12:18 ` Colorful line numbers Dmitry Gutov
2022-07-22 12:38 ` Stefan Monnier
2022-07-22 13:41 ` Dmitry Gutov
2022-07-22 14:01 ` João Távora
2022-07-22 23:32 ` Stefan Monnier
2022-07-23 18:50 ` Dmitry Gutov
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=jwvh7373eqs.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=joaotavora@gmail.com \
--cc=stefan@marxist.se \
/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.