emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Appropriate way for package to require seq for Emacs 24.5?


From: William Rankin
Subject: Re: Appropriate way for package to require seq for Emacs 24.5?
Date: Thu, 26 Mar 2020 02:55:21 +1000
User-agent: mu4e 1.2.0; emacs 27.0.90

I apologise for the previous garbled message.

May I ask the appropriate way for a package to require seq for Emacs 24.5?

Currently I have:

> Package-Requires: ((emacs "24.5") (seq "2.20"))

However, I see in the seq commentary:

> While seq.el version 1.8 is in GNU ELPA for convenience, seq.el
> version 2.0 requires Emacs>=25.1.

Am I correct in interpreting that the above package header would not
work with 24.5?

If so, would this work?

> Package-Requires: ((emacs "24.5") (seq "1.11"))

Thank you, and again, sorry for the previous MIME noise.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]