The comments themselves remove text in the following manner:

#|.. #|...|#...|# nests

#!..!# doesn't nest, as per Guile behavior

#; x y z removes the x (only c-expressions/n-expressions are removed).
 Sorry, but it gets *really* difficult to make this work at the
t-expression level - you need something like the current quote
handling to make it remove t-expressions!  And of course another tag
separate from comment-tag.

Will fix the incorrect handling of multiline comments in the middle of
lines.  They should only act as SPLIT when at the start of line, to
handle stuff like:

foo
! #| the below is a bar
!   |#
! bar

===>

foo
! \\
! bar

====>

foo
! bar

===>

foo bar

===>
(foo bar)

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to