From: un1t AT rz DOT uni-karlsruhe DOT de (Matthias Baas) Newsgroups: comp.os.msdos.djgpp Subject: RHIDE: "Goto Line..." bug Date: Thu, 16 Jan 1997 07:10:33 GMT Organization: University of Karlsruhe, Germany Lines: 30 Message-ID: <5bkk8h$a3f$1@nz12.rz.uni-karlsruhe.de> NNTP-Posting-Host: rzstud1.rz.uni-karlsruhe.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, the "Goto Line..." function inside Rhide doesn't work properly. There are several things that happen when I try this function: 1) It causes a General Protection Fault when I do the following: - I start rhide without any options. - I create a new file. - I press Return in order to have more than just 1 line and press CTRL-J (or select "Search.Goto Line..."). -> General Protection Fault This works every time! It appears always when the cursor is at the last line and this line is empty. 2) When I'm not at the last line and press CTRL-J, I can enter a line number and the cursor really jumps to that line. But then, Rhide alters the text at the beginning of the file. Usually there appears just rubbish at the first lines. It happens with any text file. I jump to a line somewhere in the file, go back to the top and the file got altered. I'm using Rhide V1.0 (file date of rhide.exe: 09.12.96). Now is this really a bug in Rhide or is there something wrong with my configuration? - Matthias -