[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seq; Error during initial package install
From: |
Stefan Monnier |
Subject: |
Re: seq; Error during initial package install |
Date: |
Sat, 27 Apr 2024 17:04:08 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> For my personal use, the built-in 2.23 version of seq is sufficient.
> However, the full case where I ran into this was installing ement.
> Its dependency chain is what is triggering the issue by pulling in
> seq 2.24 from ELPA.
>
> | ELPA Package | Dependency | ELPA Version |
> |-----------------+-----------------+--------------|
> | ement 0.15 | transient 0.3.7 | 0.6.0 |
> | transient 0.6.0 | seq 2.24 | 2.24 |
But unless your Emacs is old, the `seq` that's built into Emacs is more
recent than the one in ELPA.
Stefan