Hi,
When I insert multiple region comments using the #| |# reader syntax, some of the code between the comments becomes highlighted as if it were part of the comments.
For example, in the blurb below, the third "defun" form is displayed as a comment.
Is this normal behavior?
Thanks in advance,
Evan
---- (defun test () nil)
#|
comment
|#
(defun test () nil)
#|
comment
#|
(defun test () nil) ----