On 5/15/10 1:54 PM, Robert Dodier wrote:
> On 5/15/10, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>
>> With the current CVS code, I just noticed the following:
>>
>> (%i1) ? jacobi_sn
>>
>> -- Function: jacobi_sn (<u>, <m>)
>> The Jacobian elliptic function sn(u,m).
>>
>>
>> There are also some inexact matches for `#1=jacobi_sn'.
>> Try `?? #1#' to see them.
>>
>> Note the #1 and #1# in the output. Is this something recent? I don't
>> remember seeing this before. Changing *print-circle* to NIL makes the
>> output look like it used to.
>>
> I've only ever seen it with Clozure CL.
> Anyway I will try change the message so it looks right
> for different varieties of Lisp including Clozure.
>
Oh, that might be it. I can't remember now if I was using ccl or cmucl
when I saw this.
Ray