[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: map.el documentation
From: |
Augusto Stoffel |
Subject: |
Re: map.el documentation |
Date: |
Fri, 24 Jan 2025 14:29:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Thu, 23 Jan 2025 at 11:33, Robert Pluim wrote:
> I must admit, the semantics of `map-insert' feel more natural to me
> than `map-put!', but I guess both are needed.
I've argued in some previous bug that map-put! is misguided and should
be obsoleted.
The right concept is a map-insert! function that _may_ act destructively
on the argument. This is the bread and butter of Lisp semantics and
gets rid of the weird `map-not-inplace` error.
(There are some other funny behaviors in map.el which IMHO should be
fixed while it's still not heavily used.)
- Re: map.el documentation (was: bug#75170: add-to-alist: new function), Eli Zaretskii, 2025/01/23
- Re: map.el documentation, Robert Pluim, 2025/01/23
- Re: map.el documentation, Eli Zaretskii, 2025/01/23
- Re: map.el documentation,
Augusto Stoffel <=
- Re: map.el documentation, Robert Pluim, 2025/01/24
- Re: map.el documentation, Ship Mints, 2025/01/24
- Re: map.el documentation, Augusto Stoffel, 2025/01/24
- Re: map.el documentation, Robert Pluim, 2025/01/24
- Re: map.el documentation, Augusto Stoffel, 2025/01/24
- Re: map.el documentation, chad, 2025/01/24
- Re: map.el documentation, Robert Pluim, 2025/01/26
Re: map.el documentation, Arash Esbati, 2025/01/23