help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Go to a Line


From: Andrew Taylor
Subject: Re: Go to a Line
Date: Thu, 20 Mar 2003 19:04:53 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

nowar wrote:
Hello

Is there any combination of keys to go to a specific line easily ?

Thanks.

M-x goto-line

But if line you are looking for comes from the output of a compiler (error or warning message), or comes from grep, there is a better way. Consider using M-x compile to compile your source; then M-x ` will bring you each error in sequence (if you are using ant, make sure to use the -emacs command line option). For grep, M-x grep does approximately the same thing.

--
Andrew



reply via email to

[Prev in Thread] Current Thread [Next in Thread]