expans #reader/#lang protocol so that a #lang result can have more appropriate srclocs; fix up syntax/module-reader to use the new protocol; re-enable arrows to the language position in Check Syntax
svn: r9174 original commit: 53cc426d30e7112715395f81ac09f9b44bb21d6f
This commit is contained in:
parent
bc13980309
commit
ce62ef8ae0
|
@ -175,7 +175,7 @@
|
||||||
(unless (andmap string? strs)
|
(unless (andmap string? strs)
|
||||||
(raise-type-error 'litchar "strings" strs))
|
(raise-type-error 'litchar "strings" strs))
|
||||||
(let ([s (apply string-append
|
(let ([s (apply string-append
|
||||||
(map (lambda (s) (if (string=? s "\n") " " s))
|
(map (lambda (s) (regexp-replace* "\n" s " "))
|
||||||
strs))])
|
strs))])
|
||||||
(if (regexp-match? #rx"^ *$" s)
|
(if (regexp-match? #rx"^ *$" s)
|
||||||
(make-element "schemeinputbg" (list (hspace (string-length s))))
|
(make-element "schemeinputbg" (list (hspace (string-length s))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user