GNU bug report logs - #61293
30.0.50; [FR] Add `proper-list-p' and `plistp' to 2.7 Type Predicates section of the manual

Previous Next

Package: emacs;

Reported by: Ihor Radchenko <yantar92 <at> posteo.net>

Date: Sun, 5 Feb 2023 12:01:02 UTC

Severity: normal

Found in version 30.0.50

Full log


View this message in rfc822 format

From: Robert Pluim <rpluim <at> gmail.com>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 61293 <at> debbugs.gnu.org
Subject: bug#61293: 30.0.50; [FR] Add `proper-list-p' and `plistp' to 2.7 Type Predicates section of the manual
Date: Mon, 06 Feb 2023 10:20:36 +0100
>>>>> On Sun, 05 Feb 2023 15:02:05 +0200, Eli Zaretskii <eliz <at> gnu.org> said:
    >> I mostly expected it is exist, but it does not.
    >> Also, there is `nested-alist-p'. So, not having `alistp' feels awkward.

    Eli> Most probably because no one needed it, at least not too frequently.

One point here: Emacs allows 'improper' alists without complaining:

(alist-get 1 '((2 . 4)
               5
               (3 . 1)
               (1 . 7)))

=> 7

so weʼd have to be careful about how we defined `alistp'

Robert
-- 




This bug report was last modified 2 years and 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.