From: ndm AT shore DOT net (Norman D. Megill) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp loses characters when pasting to DOS Organization: Shore.Net; a service of Eco Software, Inc. (info AT shore DOT net) Lines: 25 Message-ID: <787n9i$mgd@northshore.shore.net> References: <784ho5$1hv AT northshore DOT shore DOT net> Date: 21 Jan 1999 12:14:26 -0500 NNTP-Posting-Host: 192.233.85.1 X-Complaints-To: abuse AT shore DOT net X-Trace: news.shore.net 916938867 192.233.85.1 (Thu, 21 Jan 1999 12:14:27 EDT) NNTP-Posting-Date: Thu, 21 Jan 1999 12:14:27 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <784ho5$1hv AT northshore DOT shore DOT net>, Norman D. Megill wrote: >Help! Cut-and-paste from a text editor into DOS is losing characters >when used with djgpp programs. This does not happen with the lcc >compiler, nor with standard DOS utilities. It happens even with "fast >pasting" turned off in DOS. I downloaded the latest djgpp as of 1/20/99 >and the bug is still there. > OK, I found out the problem. It seems there are a number of file name conflicts with djgpp .exe's and other .exe's (including upper-case/lower-case conflicts e.g. as.exe and AS.EXE - who knows what Windows does with that) that I've collected from other assorted gnu/bash/gcc/lcc/tex unix stuff, and each one of course demands it be first in the path. Amazing that it worked at all. Too bad all tex .exe's couldn't be named texyyy.exe, djgpp djzzz.exe, etc., simple and clean. In my dreams maybe... Anyway I put djgpp first in the path, and the cut-and-paste bug went away (phew). I guess I should have thought of that earlier; silly me. Now I'll have to see what else broke from doing that. Thanks anyway. --Norm