>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>> Since the patch only touches lyx->latex output, I do not think this
>> changes lyx2lyx.
Georg> We have two possibilities:
Georg> 1) (what you want): Declare that it was never intended to
Georg> swallow the space. Then the current behaviour is buggy. We are
Georg> going to fix it and tell users "Sorry, but we fixed a bug that
Georg> might change the output of your documents if you use comments".
Georg> 2) (what I think is correct): Realize that the current
Georg> behaviour is a mistake, but acknowledge that it is like that
Georg> and implement the new behaviour with a file format change and
Georg> lyx2lyx support. Then the existing documents will continue to
Georg> produce the same output. This is IMO right, since I would be
Georg> very upset if an upgrade from 1.4.2 to 1.4.3 would rearrange
Georg> the output of e.g. a carefully crafted book.
I think I prefer 1). I tend to think of file format changes as:
1/ LyX cannot read the file anymore (new syntax)
2/ reading the file make *big* differences (a whole inset changes
font)
So I would silently change the behaviour.
Also we should remove the % before \n\\end{comment}. It is useless.
JMarc