From: kenny
Subject: aaa
Date: 
Message-ID: <fuumdh$ckd$1@news.cn99.com>
aaa 

From: C S S
Subject: Re: aaa
Date: 
Message-ID: <fuus8n$a59$1@news.lrz-muenchen.de>
kenny wrote:
> aaa 
> 
> 
bbb
From: Pascal Bourguignon
Subject: Re: aaa
Date: 
Message-ID: <8763u4syg0.fsf@hubble.informatimago.com>
C S S <···@swissjabber.ch> writes:

> kenny wrote:
>> aaa 
> bbb
ccc

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
From: GP lisper
Subject: Re: aaa
Date: 
Message-ID: <slrng179eu.ogv.spambait@phoenix.clouddancer.com>
On Sat, 26 Apr 2008 12:27:43 +0200, <···@informatimago.com> wrote:
>
>
> C S S <···@swissjabber.ch> writes:
>
>> kenny wrote:
>>> aaa 
>> bbb
> ccc

dum
dum
dum

-- 
One of the strokes of genius from McCarthy was making lists
the center of the language - kt
** Posted from http://www.teranews.com **
From: Rob Warnock
Subject: Re: aaa
Date: 
Message-ID: <WOOdncLRYK3_bo7VnZ2dnUVZ_qOknZ2d@speakeasy.net>
GP lisper <········@clouddancer.com> wrote:
+---------------
| <···@informatimago.com> wrote:
| > C S S <···@swissjabber.ch> writes:
| >> kenny wrote:
| >>> aaa 
| >> bbb
| > ccc
| 
| dum
| dum
| dum
+---------------

Indeed. This is Lisp, and we shouldn't have to do things thrice
before abstracting a more useful pattern:

    > (setf (readtable-case *readtable*) :invert)

    :invert
    > 
    > (defun dumdum (lines &key (width 3) (start #\A) (step 1))
	(loop repeat lines for c from (char-code start) by step
	  collect (make-array width :initial-element (code-char c)
				    :element-type 'base-char)
		  into strings
	  finally (return (values-list (mapcar #'intern strings)))))

    dumdum
    > (dumdum 3)
    aaa
    bbb
    ccc
    > (dumdum 5 :width 7)
    aaaaaaa
    bbbbbbb
    ccccccc
    ddddddd
    eeeeeee
    > (dumdum 7 :width 4 :start #\Z :step -3)
    zzzz
    wwww
    tttt
    qqqq
    nnnn
    kkkk
    hhhh
    > 

Now, that's ever so much better!  ;-} ;-}


-Rob

-----
Rob Warnock			<····@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607
From: Timofei Shatrov
Subject: Re: aaa
Date: 
Message-ID: <48149dfa.687463750@news.motzarella.org>
On Sat, 26 Apr 2008 14:59:58 -0700, GP lisper <········@CloudDancer.com> tried
to confuse everyone with this message:

>On Sat, 26 Apr 2008 12:27:43 +0200, <···@informatimago.com> wrote:
>>
>>
>> C S S <···@swissjabber.ch> writes:
>>
>>> kenny wrote:
>>>> aaa 
>>> bbb
>> ccc
>
>dum
>dum
>dum
>

C-C-C-COMBO BREAKER!!!!

-- 
|Don't believe this - you're not worthless              ,gr---------.ru
|It's us against millions and we can't take them all... |  ue     il   |
|But we can take them on!                               |     @ma      |
|                       (A Wilhelm Scream - The Rip)    |______________|