"`map' is truncating" message and other assorted messages
Subject: "`map' is truncating" message and other assorted messages
From: Raymond Toy (RT/EUS)
Date: Fri, 07 Sep 2007 14:02:41 -0400
Robert Dodier wrote:
> On 8/31/07, Raymond Toy (RT/EUS) <raymond.toy at ericsson.com> wrote:
>
>> After looking at the Lisp code, I see there is an undocumented variable
>> mapprint that controls whether to print the messages or not.
>>
>> Perhaps mapprint should be documented, and maybe set to false.
>
> Agreed on both counts.
Will do that soon.
Although I find silently truncating to be very useful, I concede that
it's also nice to have map warn if the args have different length, in
case you make a mistake.
So all I plan to do is document mapprint, defaulting to false, which it
already is. I should probably add a defmvar too....
Ray