Jove - GoLine Function - Fix?
    Ron Flax 
    ron at dsi1.UUCP
       
    Fri Mar 14 01:17:51 AEST 1986
    
    
  
Anyone know why the goto-line function in Jove doesn't work?  It seems
that it doesn't allow the user to enter a line number to goto.
Has anyone fixed this? The code fragment from jove_misc.c reads as
follows:
GoLine ()
{
	if (exp_p == 0)
		return;
	SetLine(next_line(curbuf->b_zero, exp - 1));
}
It doesn't appear to make any calls to request user input.
--
Ron Flax  (ron at dsi1.UUCP)
ARPA:	dsi1!ron at seismo.arpa
UUCP:	..!{seismo, rlgvax, prometheus}!dsi1!ron
    
    
More information about the Comp.unix.wizards
mailing list