gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Bug in REMOVE when :end and :from-end keyword parameters are


From: Paul F. Dietz
Subject: [Gcl-devel] Bug in REMOVE when :end and :from-end keyword parameters are supplied
Date: Wed, 18 Sep 2002 07:10:03 -0500

This bug was revealed in random testing of the REMOVE
function:

>(remove 'a '(a b c a e) :start 0 :end 2)
 
(B C A E)
 
>(remove 'a '(a b c a e) :start 0 :end 2 :from-end t)
 
Error in EVAL [or a callee]: Negative index: -1.



        Paul Dietz
        address@hidden




reply via email to

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