what was that trick for forcing the inferred closing paren and the end of a (comment) expression to stay on a separate line? it was something like:
(comment)
(comment (some expr) ... #__)
or maybe:
(comment (some expr) ... #_{})
#__ was mentioned here
#__