From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.e.nsc.no!nsc.no!nextra.com!uio.no!nntp.uio.no!ifi.uio.no!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: remove-if and fill-pointer Date: 29 Nov 2002 18:41:42 +0000 Organization: Naggum Software, Oslo, Norway Lines: 16 Message-ID: <3247584102749554@naggum.no> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: maud.ifi.uio.no 1038595302 325 129.240.65.5 (29 Nov 2002 18:41:42 GMT) X-Complaints-To: abuse@ifi.uio.no NNTP-Posting-Date: 29 Nov 2002 18:41:42 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:47740 * joachim@arti.vub.ac.be | I noticed that when using remove,remove-if etc. functions on an | adjustable array or an array with a fill-pointer, the result is an array | _without_ a fill-pointer and that is not adjustable. | | Why is this? Because you ask for a new sequence with the `removeĀ“ version. Perhaps you should investigate the `deleteĀ“ versions? -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.