emacs-devel
[Top][All Lists]
Advanced

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

RE: Internationalize Emacs's messages (swahili)


From: Tomas Hlavaty
Subject: RE: Internationalize Emacs's messages (swahili)
Date: Fri, 01 Jan 2021 16:03:30 +0100

On Thu 31 Dec 2020 at 21:55, Drew Adams <drew.adams@oracle.com> wrote:
> The Lisp definitions I posted don't have these problems.  They handle
> circular and dotted lists fine.  For dotted lists, the length returned
> is always the same as what it would be for a proper list equal to the
> dotted list but with the last cdr wrapped in `list'.

The predicates are trying to fix cases where people use length.

(length '(1 2 . 3))
=>
Debugger entered--Lisp error: (wrong-type-argument listp 3)



reply via email to

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