bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15912: Improve API of recently-added bool vector functions.


From: Daniel Colascione
Subject: bug#15912: Improve API of recently-added bool vector functions.
Date: Sun, 17 Nov 2013 03:07:08 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/17/2013 12:39 AM, Paul Eggert wrote:
Tags: patch

Here's a proposed patch to improve the API of the recently-added
bool vector functions.  I'm CC'ing this to Daniel Colascione
to give him a heads-up, since he added the functions.
I figure we should get this resolved soon, before the functions
are frozen for 24.4.


The functions _are_ variants. They both count bits, albeit in slightly different ways. bool-vector-count-matches is supposed to be evocative to CL's count-matches, which has a similar interface. I also dislike count-leading as a name: it suggests that the function is useful only at the beginning of a vector. How about count-consecutive?





reply via email to

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