[plt-scheme] complete word

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Thu Sep 20 17:56:56 EDT 2007

Robert Nikander wrote:
> Hi,
> 
> How do I get the new completions feature to work?  I read something in a 
> previous post about installing manuals, so I clicked on a few manuals in 
> help desk, drscheme downloaded them, but I still get the "... no 
> completions available" message.  I'm on Mac OS X, and I built from SVN.

An example:

  - choose the language "Pretty Big"
  - write:
            def
    in the top window
  - leave the cursor right after the f in def
  - in the "Edit menu" choose "Complete word"
    (or if no program has stolen it use ctrl+/ )


You should now see a list a la:

   define-continuation-prompt-tag
   default-style-name
   ...

-- 
Jens Axel Søgaard



Posted on the users mailing list.