Re: Ctl-M Issue on windows port

2006-05-22 Thread Paul A. Rubin
Just noticed that Python 2.4 has a script crlf.py in the Tools\Scripts directory that strips out ^M (and apparently can be run against a group of files using wildcards in the file name). /Paul

Re: Ctl-M Issue on windows port

2006-05-22 Thread Paul A. Rubin
Rainer Dorsch wrote: Hello, we are working on a large LyX document and use CVS as a version control system. One of the authors uses LyX on windows. His LyX files contain an additional ^M on each line break. This is fine as long as nobody needs to merge a document with changes from the Lyx on

Re: Ctl-M Issue on windows port

2006-05-19 Thread Georg Baum
Am Donnerstag, 18. Mai 2006 23:54 schrieb Rainer Dorsch: > Hello, > > we are working on a large LyX document and use CVS as a version control > system. One of the authors uses LyX on windows. His LyX files contain an > additional ^M on each line break. This is fine as long as nobody needs to >

Ctl-M Issue on windows port

2006-05-18 Thread Rainer Dorsch
Hello, we are working on a large LyX document and use CVS as a version control system. One of the authors uses LyX on windows. His LyX files contain an additional ^M on each line break. This is fine as long as nobody needs to merge a document with changes from the Lyx on Win author. Before he u