Date: Wed, 22 Dec 1999 09:55:45 +0200 (WET) From: Andris Pavenis To: salvador cc: djgpp AT delorie DOT com Subject: Re: Rhide bug? In-Reply-To: <385FC8A6.D130D1A9@inti.gov.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Dec 1999, salvador wrote: > Hans Yperman wrote: > > > The Edit->Compact text function may do bad things with your code. > > > > (I assume in this example that a tab=8 spaces.) > > Do this:(not indented, start at column 0) > > *xy++=' '; > > with the space between the quotes on the tabstops-1'th column. Now there > > is no way to see the difference between tab and space on this place, so > > Rhide replaces the space with a tab. At runtime,a tab is written in the > > string,not a space. > > > > I hav not tested if the Expand all tabs function has an equivalent bug, > > or if the same works in "double-quoted" strings. > > Which RHIDE version? I can't reproduce it with RHIDE 1.4.7.2 nor SETEdit 0.4.39. > At least I suceeded to reproduce it with my build of 1.4.7.1 which uses the same editor version as 1.4.7 but was not able to reproduce it with 1.4.7.2 (unfortunatelly I didn't release it for DJGPP, only SET and I have that). 1.4.7.2 use newer version od SETEDIT (0.4.35 if I remeber correctly). Andris