From d.n.davis@dcs.hull.ac.uk  Thu Nov 16 15:18:13 2000
Received: from mailhub3.hull.ac.uk (Puccini.ucc.hull.ac.uk [150.237.196.2])
	by swi.psy.uva.nl (8.9.3/8.9.3) with SMTP id PAA02871
	for <prolog@swi.psy.uva.nl>; Thu, 16 Nov 2000 15:18:04 +0100 (MET)
Received: from mailhub.dcs.hull.ac.uk (actually host amethyst.dcs.hull.ac.uk)
          by puccini.ucc.hull.ac.uk with ESMTP; Thu, 16 Nov 2000 10:50:56 +0000
Received: from mercury ([150.237.92.141] helo=dcs.hull.ac.uk)
          by mailhub.dcs.hull.ac.uk with esmtp (Exim 3.03 #2)
          id 13wMd4-0003uF-00 for prolog@swi.psy.uva.nl;
          Thu, 16 Nov 2000 10:50:54 +0000
Message-ID: <3A13BC08.5F11D2C6@dcs.hull.ac.uk>
Date: Thu, 16 Nov 2000 10:50:48 +0000
From: "Darryl N. Davis" <D.N.Davis@dcs.hull.ac.uk>
X-Mailer: Mozilla 4.5 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: prolog@swi.psy.uva.nl
Subject: Display of Lists
References: <3.0.5.32.19990718141500.00797570@pop.xs4all.nl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

hi
    in moving from SWI-Prolog v3.3.4 to v3.4.x
    The display of variables unified to lists has changed.

    Where as in 3.3.4
        ?- A = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].
    would result in:
            A = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].

    in 3.4.0, the following behaviour is seen
     ?- A = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].
        A = [1, 2, 3, 4, 5, 6, 7, 8, 9|...]
    Yes

    Is there an environmental variable that I can change to get the interpreter
        to disply the full list displays when variables are unified to lists?
Thanks
-- dndavis
Neural Emergent and Agent Technologies Research Group,
Dept of Computer Science, University of Hull,
Kingston upon Hull, HU6 7RX, England.
http://www2.dcs.hull.ac.uk/cic/index.html
Fax: +44 (0) 1482 466666   Tel: +44 (0) 1482 466469


