[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: map.el documentation
From: |
Robert Pluim |
Subject: |
Re: map.el documentation |
Date: |
Thu, 23 Jan 2025 14:58:01 +0100 |
>>>>> On Thu, 23 Jan 2025 14:45:59 +0100, Arash Esbati <arash@gnu.org> said:
Arash> Maybe Someoneâ„¢ who's touching the docstrings can consider this :-)
đŸ˜º
The docstrings need to mention the idiosyncracies when using vectors
as well, eg
ELISP> (map-contains-key (map-delete [a b c] 2) 2)
t
ELISP> (map-insert [a b c] 3 5)
*** Eval error *** Args out of range: [a b c], 3
Iʼm failing to see why vectors are covered by "map.el", they donʼt
really fit as a key->value data type. Just using `aref' etc is fine
for them.
Robert
--
- Re: map.el documentation, (continued)
- 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
- Re: map.el documentation, Robert Pluim, 2025/01/23
- Re: map.el documentation, Arash Esbati, 2025/01/23
- Re: map.el documentation,
Robert Pluim <=
- Re: map.el documentation, 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, Robert Pluim, 2025/01/23
- Re: map.el documentation, Eli Zaretskii, 2025/01/23