logo       

[plt-scheme] Minor scribble reader change: msg#00592

plt-scheme

Subject: [plt-scheme] Minor scribble reader change

In svn I have changed the scribble reader a little. Before the
change,

@list{... @foo@bar ...} --reads-as--> (list "... " foo bar " ...")

This was asymmetric to:

(list @foo@bar) --reads-as--> (list foo@bar)

So after the change that I committed:

@list{... @foo@bar ...} --reads-as--> (list "... " foo@bar " ...")

The bottom line is that if you had something like this in your
documentation:

blah blah @x@y blah blah

then you now need to use either:

blah blah @|x|@y blah blah

or even better:

blah blah @|x y| blah blah

FWIW, I found this regexp pattern:

@[a-z0-9A-Z!%^&*_+=.<>/?-]+@

useful in finding places that need to be fixed.

(And I did fix all occurrences in the PLT tree, and verified that I
covered everything using `read' before and after the change on all
files, and then I compared the results.)

--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
_________________________________________________
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-scheme

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise