karlheg(a)bittersweet.inetarena.com (Karl M. Hegbloom) writes:
(mapconcat 'identity '(1 2 3) ".")
Returns a wta, sequencep, 1
I think that's a feautre. We don't concat integers (i.e.: (concat 1 2)
signals an error). See the docstring for concat.
you could do: (mapconcat 'int-to-string '(1 2 3) ".")
This breaks PCL-CVS release v2_9_7, and no doubt other XEmacs
software.
I guess it breaks only FSFEmacs software :-)
Gunnar