emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add new lisp function length= with bytecode support


From: Elias Mårtenson
Subject: Re: [PATCH] Add new lisp function length= with bytecode support
Date: Mon, 6 Mar 2017 14:13:13 +0800

On 6 March 2017 at 09:59, Gdobbins <address@hidden> wrote:
I have attached a new patch which incorporates all of the requested changes. length= now accepts only integers, not markers or floats. The doc string has been updated and a manual entry written. I included all of the bytecode changes as well since there were no objections. Those changes have been improved to account for various edge cases.

Wouldn't it make sense to have a function ‘length<’ and ‘length>’ as well? There are plenty of occasions that I have wanted to ensure that a list contains at least a certain number of elements. 

reply via email to

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