[racket] scribble/text language

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Sun Sep 25 20:42:58 EDT 2011

Does the scribble/text language work in 5.1.3?  Here's the first
example in the docs:

#lang scribble/text
Programming languages should
be designed not by piling
feature on top of feature, but
blah blah blah.

ventoux ~/Desktop/r/sk/gradelang> scribble try2.scrbl
dynamic-require: name is not provided: 'doc by module:
#<resolved-module-path:"C:\Users\sk\Desktop\r\sk\gradelang\try2.scrbl">

 === context ===
C:\Program Files (x86)\Racket\5.1.3\collects\racket\private\map.rkt:18:11: map
C:\Program Files (x86)\Racket\5.1.3\collects\scribble\run.rkt: [running body]

[Same if I run scribble --text <filename>.]


Posted on the users mailing list.