Bruce Momjian <[EMAIL PROTECTED]> writes:
| *** ./src/paragraph.C.orig Fri Oct 22 17:11:01 1999
| --- ./src/paragraph.C Fri Oct 22 18:45:39 1999
| ***************
| *** 2924,2930 ****
| texrow.start(this, i+1);
| column = 0;
| } else if (font.latex() == LyXFont::OFF) {
| ! if (font.family() == LyXFont::TYPEWRITER_FAMILY) {
| file += '~';
| } else {
| file += ' ';
| --- 2924,2931 ----
| texrow.start(this, i+1);
| column = 0;
| } else if (font.latex() == LyXFont::OFF) {
| ! if (font.family() == LyXFont::TYPEWRITER_FAMILY &&
| ! style->name == "LyX-Code") {
| file += '~';
| } else {
| file += ' ';
As far as I can see this is close to the correct fix, but I�want some
others to have a look at it befor I apply it.
FYI:� Text marged as Tex, and text in the TeX paragraph style should
never be altered by LyX, and if LyX does alter the text it can be
considered a bug.
Lgb