From: hans yperman Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide bug? Date: Wed, 22 Dec 1999 11:24:14 +0100 Organization: University of Ghent, Belgium Lines: 30 Message-ID: <3860A6CE.FAA71133@rug.ac.be> References: <385F773A DOT 595A9DB1 AT e DOT mail> NNTP-Posting-Host: arcpc03.rug.ac.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I downloaded rhide to an university computer,and installed it here. It has the same problem. This is a bug report for RHIDE Version 1.4 (Sep 30 1997 23:06:59) I am running MS-DOS 5.0 Important environment variables: PATH=C:\WINNT\system32;C:\WINNT DJGPP= LFN= INFOPATH= LOCALEDIR= LANGUAGE= SHELL= COMSPEC=C:\WINNT\SYSTEM32\COMMAND.COM DJSYSFLAGS= My problem is: ============== type the source line: (start at column 1) *xy++=' '; | +---->This is a space. and do edit->compact text. Rhide replaces the space with a tab. This is not visible since it was on the 7th column, and there a tab expands to 1 space. gcc sees the changed line as: *xy++='\t'; (so it is not a readability flaw in my code)