emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] New patch for seq.el


From: Nicolas Petton
Subject: Re: [PATCH] New patch for seq.el
Date: Tue, 16 Dec 2014 19:51:57 +0100

Hi,

Here is another version of the patch, which the following changes:

- Add missing unit tests for seq-take-while and seq-drop-while
- Optimize seq-empty-p, seq-take, seq-drop, seq-drop-while and
  seq-take-while for lists

Cheers,
Nico

Attachment: seq.diff
Description: Text Data

Nicolas Petton writes:

> Hi,
>
> Here is a new patch for seq.el with the following changes:
>
> - Documentation for all seq- functions/macro in sequences.texi
> - Some small changes in the docstring of several functions
> - New unit tests were added 
> - seq-drop returns the sequence if the second argument is a negative
>   integer or 0
> - seq-take returns an empty sequence if the second argument is a negative
>   integer or 0
> - Version package header
> - I also rebased it to master
>
> I keep a branch on github. Here's a link in case that would be
> easier: https://github.com/NicolasPetton/emacs/tree/seq
>
>
> Cheers,
> Nico

-- 
Nicolas Petton
http://nicolas-petton.fr

reply via email to

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