From xemacs-m  Mon Jun 16 15:32:33 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA27132
	for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 15:32:32 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id WAA26915; Mon, 16 Jun 1997 22:32:30 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: `mapvector' a subr
References: <kig67veek1c.fsf@jagor.srce.hr> <kigk9jur6jd.fsf@jagor.srce.hr> <rvk9juti13.fsf@sdnp5.ucsd.edu>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 16 Jun 1997 22:32:29 +0200
In-Reply-To: David Moore's message of 16 Jun 1997 13:22:16 -0700
Message-ID: <kigena2nvaa.fsf@jagor.srce.hr>
Lines: 17
X-Mailer: Gnus v5.4.52/XEmacs 20.2

David Moore <dmoore@ucsd.edu> writes:

> You could probably make the vector first, gcpro it, and then pass the
> vector_data (XVECTOR ()) of it in as args.  Although that only avoids
> copying the info and reduces the C stack requirements, so not too big of
> a deal.

Well, I went by the easiest route, and practically copied the Fmapcar
definition, replacing `Flist' with `Fvector'.

If we really care about stack requirements, we should fix Fmapcar,
too.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Good pings come in small packets.

