emacs-devel
[Top][All Lists]
Advanced

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

Re: Changelog message for updating packages


From: Stefan Monnier
Subject: Re: Changelog message for updating packages
Date: Sun, 08 Nov 2020 08:55:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Participating packages would need to have some standardized changelog
> file and possible message file, and package.el would need one extra
> interactive function and a handler for the possible messages.

Would be nice, yes.

For the message, you can currently approximate that by emitting the
message when the package is compiled (with a `(eval-when-compile
(message ...))` or something), tho it's not very satisfactory:
- it's arguably too late (the package is already installed).
- it can't distinguish between an upgrade, a new install, a reinstall, ...


        Stefan




reply via email to

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