From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@newcastle.ac.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: behaviour change in cl-subseq Date: Fri, 07 Aug 2015 22:23:31 +0100 Message-ID: <87twsag5d8.fsf@newcastle.ac.uk> References: <87pp32orsy.fsf@newcastle.ac.uk> <87zj242224.fsf@newcastle.ac.uk> <87si7v9p1l.fsf@newcastle.ac.uk> <87fv3v89af.fsf@blueberry.home> <87wpx785c2.fsf@newcastle.ac.uk> <87a8u384iz.fsf@blueberry.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438982633 9713 80.91.229.3 (7 Aug 2015 21:23:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2015 21:23:53 +0000 (UTC) Cc: Leo Liu , emacs-devel@gnu.org To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 07 23:23:48 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZNp7D-0005dr-2O for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 23:23:47 +0200 Original-Received: from localhost ([::1]:51270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNp7C-0001N7-G2 for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 17:23:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNp78-0001Mr-NY for emacs-devel@gnu.org; Fri, 07 Aug 2015 17:23:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNp6z-0001Fg-ET for emacs-devel@gnu.org; Fri, 07 Aug 2015 17:23:42 -0400 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:56232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNp6z-0001EG-6B for emacs-devel@gnu.org; Fri, 07 Aug 2015 17:23:33 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1ZNp6y-00008o-Dt; Fri, 07 Aug 2015 22:23:32 +0100 Original-Received: from cpc6-benw10-2-0-cust45.gate.cable.virginm.net ([92.238.179.46] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ZNp6y-0000WG-2U; Fri, 07 Aug 2015 22:23:32 +0100 In-Reply-To: <87a8u384iz.fsf@blueberry.home> (Nicolas Petton's message of "Fri, 7 Aug 2015 18:08:52 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188588 Archived-At: Nicolas Petton writes: > Phillip Lord writes: > >> Yes, will do. My expectation is this: >> >> ;; error >> (seq-subseq '() 10 10) >> >> ;; (same) error >> (seq-subseq '() -10 -10) >> >> >> You agree? > > Yes, I do. Added as fix/subsequence-error-with-negative-sequences branching from current trunk. Would you like to check that I have got everything in place? Please feel free to merge/rebase to trunk iff you are happy. If not, let me know and I will improve. Phil