[racket] Help with Scribble % DrRacket

From: Laurent (laurent.orseau at gmail.com)
Date: Mon Jun 3 04:22:19 EDT 2013

Works for me with '@(require ...)' on 5.3.4.10--2013-05-13(96acfb0/a) [3m].
Maybe try the latest nightly: http://pre.racket-lang.org/installers/

Laurent



On Mon, Jun 3, 2013 at 10:18 AM, Клочков Роман <kalimehtar at mail.ru> wrote:

> Found typo. Should be "(require". not "@(require". All is fixed
>
>
> Понедельник, 3 июня 2013, 11:34 +04:00 от Клочков Роман <
> kalimehtar at mail.ru>:
>
>   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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130603/ce89129e/attachment-0001.html>

Posted on the users mailing list.