[plt-scheme] word completion for module based languages

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat May 24 10:58:08 EDT 2008

On Sat, May 24, 2008 at 9:12 AM, Robert Matovinovic
<robert.matovinovic at web.de> wrote:
> I just installed the latest nightly build 3.99.0.25-svn19may2008 [3m] to
> test the completion feature and found it still breaking. Is it not yet in
> the build?

I checked it in to SVN just before I email'd you, but I see that that
was on May 21st. I think Eli is working on various configurations of
various machines, which is why the nightly build hasn't been built in
a while.

(I'm not sure about the below.)

Robby

> Besides I added the index in my scribble file and don't get the completion
> for ist content. I checked with other manuals for example mysterx in the
> distribution and found they also don't appear in the completion list in
> spite of having an index. Well, help still appreciated. Here a copy of my
> scribble file:
>
> #lang scribble/doc
>  @(require scribble/manual
>         (for-label scheme "my-commands.ss")
>         )
>
>  @title{My Reference}
>
>  @declare-exporting[me/my-commands]
>
>  @table-of-contents[]
>
>  @defform[(position x y z)]@index["position"]
>  Sets a position in world coordinates.
>
>  @index-section[]
>
> Robert
>
> -----Ursprüngliche Nachricht-----
> Von: robby.findler at gmail.com [mailto:robby.findler at gmail.com] Im Auftrag von
> Robby Findler
> Gesendet: Mittwoch, 21. Mai 2008 18:54
> An: Robert Matovinovic
> Betreff: Re: [plt-scheme] word completion for module based languages
>
>
> Yeah, it didn't always happen (it broke in some situations, depending on the
> character following the insertion point).
>
> Robby
>
> On Wed, May 21, 2008 at 11:56 AM, Robert Matovinovic
> <robert.matovinovic at web.de> wrote:
>> Thank you. I didn't mention that, but I had the same experience,
>> although not always. Robert
>>
>> -----Ursprüngliche Nachricht-----
>> Von: robby.findler at gmail.com [mailto:robby.findler at gmail.com] Im
>> Auftrag von Robby Findler
>> Gesendet: Mittwoch, 21. Mai 2008 16:09
>> An: Robert Matovinovic
>> Cc: Matthew Flatt
>> Betreff: Re: [plt-scheme] word completion for module based languages
>>
>>
>> On Wed, May 21, 2008 at 8:59 AM, Robby Findler <robby at cs.uchicago.edu>
>> wrote:
>>> I see that there is a bug with completions that they aren't picking
>>> up the characters before the insertion point to being the completion.
>>> I'll look into that.
>>
>> That's fixed now.
>>
>> Robby
>>
>>
>>
>
>
>

Posted on the users mailing list.