From: Ken Tilton
Subject: The Road to Lisp
Date: 
Message-ID: <yu68h.310$MB4.167@newsfe12.lga>
I saw a note from someone who had been unable to add to the RtL. First 
attempt at fixing instructions has been made, now guinea pigs are needed:

http://wiki.alu.org/The_Road_to_Lisp_Questions

Respond here plz with any problems.

kt

-- 
Cells: http://common-lisp.net/project/cells/

"I'll say I'm losing my grip, and it feels terrific."
    -- Smiling husband to scowling wife, New Yorker cartoon

From: hyperstring.net ltd
Subject: Re: The Road to Lisp
Date: 
Message-ID: <1164016791.988706.8650@m73g2000cwd.googlegroups.com>
Ken Tilton wrote:
> I saw a note from someone who had been unable to add to the RtL. First
> attempt at fixing instructions has been made, now guinea pigs are needed:
>
> http://wiki.alu.org/The_Road_to_Lisp_Questions
>
> Respond here plz with any problems.
>
> kt
>
> --
> Cells: http://common-lisp.net/project/cells/
>
> "I'll say I'm losing my grip, and it feels terrific."
>     -- Smiling husband to scowling wife, New Yorker cartoon

Thanks Ken that worked for me

Paul 
http://www.hyperstring.net
From: Ken Tilton
Subject: Re: The Road to Lisp
Date: 
Message-ID: <IBl8h.21$S%5.15@newsfe08.lga>
hyperstring.net ltd wrote:
> Ken Tilton wrote:
> 
>>I saw a note from someone who had been unable to add to the RtL. First
>>attempt at fixing instructions has been made, now guinea pigs are needed:
>>
>>http://wiki.alu.org/The_Road_to_Lisp_Questions
>>
>>Respond here plz with any problems.
>>
>>kt
>>
>>--
>>Cells: http://common-lisp.net/project/cells/
>>
>>"I'll say I'm losing my grip, and it feels terrific."
>>    -- Smiling husband to scowling wife, New Yorker cartoon
> 
> 
> Thanks Ken that worked for me

Cool. The main RtL page does not actually work (well, OK, the wiki 
software does not work). I do not see a new "Paul" -- what was the name 
of the page? I'll look for it using the search tool.

kt

-- 
Cells: http://common-lisp.net/project/cells/

"I'll say I'm losing my grip, and it feels terrific."
    -- Smiling husband to scowling wife, New Yorker cartoon
From: ········@gmail.com
Subject: Re: The Road to Lisp
Date: 
Message-ID: <1164083613.518581.239400@e3g2000cwe.googlegroups.com>
> Cool. The main RtL page does not actually work (well, OK, the wiki
> software does not work). I do not see a new "Paul" -- what was the name
> of the page? I'll look for it using the search tool.

I figured this out: The trick is that you have to call your page "Foo
Bar's Road to Lisp", or it won't get indexed. (I called my page just
Jeff Shrager, which doesn't wor right. Probably Paul did the same.)
I've re-fixed the instructions on the wiki.
From: Rob Warnock
Subject: Re: The Road to Lisp
Date: 
Message-ID: <dpOdnY_PZP-nFv_YnZ2dnUVZ_qGdnZ2d@speakeasy.net>
········@gmail.com <········@gmail.com> wrote:
+---------------
| > Cool. The main RtL page does not actually work (well, OK, the wiki
| > software does not work). I do not see a new "Paul" -- what was the name
| > of the page? I'll look for it using the search tool.
| 
| I figured this out: The trick is that you have to call your page "Foo
| Bar's Road to Lisp", or it won't get indexed. (I called my page just
| Jeff Shrager, which doesn't wor right. Probably Paul did the same.)
+---------------

I don't think that's entirely correct, or at least, not for *all*
of the indexing. For example, on the "The RtLS by Road" page I see
*lots* of people whose RtL response was of the form "Foo Bar", in
addition to those of form "Foo Bar's Road to Lisp", though the former
don't show up on the "The Road To Lisp Survey" page per se.

Aha! Here it is: On the "The Road To Lisp Survey" page, the
"responses to date" list is generated with this search:

    /("Road to Lisp" :attribute :title :match :substring :case-sensitive nil) 

whereas on the "The RtLS by Road" page (for example) the various
searches are by ":attribute :topic". I *suspect* [but don't know
for sure] that you'd catch everyone[1] if the "responses to date"
search on the "The Road To Lisp Survey" page were done this way
instead:

    /("RtL" :attribute :topic :match :substring :case-sensitive nil) 

Hmmm... Though maybe not... There are a few of the topic tags
suggested on the "The Road to Lisp Questions" page that *don't*
start with "RtL", so if there are people who left *only* those
topics in their pages (and no *(RtL ${whatever}) topics) then
you'd miss those.

Maybe we need a *(RtL All Answers) topic, and search on that... (?)


-Rob

[1] Well, at least everyone who obeyed the instructions about
    not deleting or mutilating the *(RtL ${whatever}) topic tags.

-----
Rob Warnock			<····@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607