Lars Ingebrigtsen writes: > Matt Armstrong writes: [...] >> It seems `lm-commentary' now strips all leading whitespace from every >> line, as a "sanitization" step, and this has the unsatisfying side >> effect of ruining any indentation formatting in the original commentary. > > Is the removal of the leading white-space the only problem with the > sanitization? Then perhaps that bit could be tweaked? I noticed that Basil's commit 963a9ffd66cb29f0370e9a4b854dddda242c54a6 consolidated normalization logic but also changed the regex slightly such that all leading whitespace was erased. I've attached a patch to go back to the old ways. It seems to work.