On Sat, Nov 29, 2008 at 03:17:23PM +0100, Uwe Stöhr wrote: > > Fair enough, although discussion about the scope of the problem would be > easier if you avoided > > broad generalizations like "breaks _every_ document that...". > > > > I can understand that _some_ greyed out notes are broken, but why are > comments broken? > > But _every_ is correct. Every document that contains greyed-out cannot be > compiled because your change omitted the needed preamble code. For an > unknown reason I then get also error messages that the comment environment > is undefined although this needs no preamble code. > > regards Uwe
comment _does_ require preamble code: features.require("verbatim"); it generates a \begin{comment} ... \end[comment} pair. ...and reverting is rather a blunt instrument when you could have fixed bool producesOutput() const { return false; } in InsetNote.h -- in the sense that yes, in some cases a Note _does_ produce LaTeX output ;-) I suppose this is Richard's turf. - Martin