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


Message #20 received at 61293 <at> debbugs.gnu.org (full text, mbox):

From: Ihor Radchenko <yantar92 <at> posteo.net>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 61293 <at> debbugs.gnu.org
Subject: Re: 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:19:14 +0000
Robert Pluim <rpluim <at> gmail.com> writes:

> 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'

This is no different from plists:

(plistp '(1 2 3)) ; => nil
(plist-get '(1 2 3) 1) ; => 2

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>




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

Previous Next


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