I believe I've fixed this bug, but since the last release. You might want to try a nightly build:
http://pre.racket-lang.org/installers/ Sorry for the inconvenience. Robby On Mon, Jun 3, 2013 at 2:34 AM, Клочков Роман <kalimeh...@mail.ru> wrote: > Trying to write documentation > > --- > > #lang scribble/manual > @(require (for-label racket)) > > @title{GObject Introspection} > > This is Gobject FFI. > > Usage example: > > @racketblock[ > (gi-ffi gtk "Gtk") > (let > ([window (gtk 'window 'new)]) (window 'show)) > ] > > --- > > DrRacket writes in status line: +: contract violation expected: number? > given: #f argument position: 1st other arguments...: 0 > > I push "Check syntax". The window hangs. To be correct, not window, but tab > with the document. I still can work with other tabs. > > Racket 5.3.4, Linux > > ____________________ > Racket Users list: > http://lists.racket-lang.org/users > >
____________________ Racket Users list: http://lists.racket-lang.org/users