Re: GNU Guile 1.9.15 released — last call before 2.0!

2011-02-03 Thread Mark Harig
The date listed on the primary web page for the GNU Guile 1.9.15 release is 2011-01-02 (2011 January 02), instead of the correct date 2011-02-02 (2011 February 02). http://www.gnu.org/software/guile/ -Original Message- From: Neil Jerram To: Ludovic Courtès Cc: guile-user@gnu.org; gu

Unexpected behavior from 'memq' and 'memv' (guile 1.9.15)

2011-02-07 Thread Mark Harig
'memq' and 'memv' are not returning sublists as documented if (quote...) is used to specify the list that is to be searched. Instead, they are returning #t. Is this expected (and undocumented) behavior? (Note: 'member' returns the found sublist for both (list ...) and (quote ...)) $ /usr/loc