Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!dino!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!donner!lusk From: lusk@donner.mcs.anl.gov Newsgroups: comp.emacs Subject: Re: Absolute line jump method? Message-ID: <9200001@donner> Date: 27 Aug 89 23:01:49 GMT References: <77000009@p.cs.uiuc.edu> Lines: 12 Nf-ID: #R:p.cs.uiuc.edu:77000009:donner:9200001:000:383 Nf-From: donner.mcs.anl.gov!lusk Aug 26 16:25:00 1989 | Can anyone tell me how to jump to an absolute line number in Gnuemacs? | In other words, when a compiler says the problem is on line 200, | how do I get there without counting lines? 1) M-x goto-line will prompt for a line number and go there. 2) I find it handy to bind \C-c \C-g to goto-line. 3) Use M-x compile and \C-x ` to find locate compile errors in the source code.