emacs-devel
[Top][All Lists]
Advanced

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

Re: behaviour change in cl-subseq


From: Nicolas Petton
Subject: Re: behaviour change in cl-subseq
Date: Fri, 07 Aug 2015 16:26:00 +0200
User-agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-redhat-linux-gnu)

Phillip Lord <address@hidden> writes:

> Was working through this, and found this behaviour.
>
> ;; error
> (seq-subseq '() 10 10)
>
> ;; nil
> (seq-subseq '() -10 -10)
>
> So, a bounding box error when the index is too large, but it is silently
> ignored when too low.
>
> Not convinced this makes sense.

Indeed, it doesn't.  Do you want to push a patch for it?

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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