Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!rlgvax!dsi1!ron From: ron@dsi1.UUCP (Ron Flax) Newsgroups: net.unix-wizards Subject: Jove - GoLine Function - Fix? Message-ID: <537@dsi1.UUCP> Date: Thu, 13-Mar-86 10:17:51 EST Article-I.D.: dsi1.537 Posted: Thu Mar 13 10:17:51 1986 Date-Received: Sat, 15-Mar-86 19:53:39 EST Organization: Dynamic Systems, Inc., Arlington VA Lines: 19 Keywords: Jove, GoLine 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@dsi1.UUCP) ARPA: dsi1!ron@seismo.arpa UUCP: ..!{seismo, rlgvax, prometheus}!dsi1!ron