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: Phillip Lord
Subject: Re: Go to a Line
Date: 20 Mar 2003 16:36:39 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93

>>>>> "nowar" == nowar  <nowar@aol.com> writes:

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



No there isn't, but many people use this in their .emacs, which binds
to C-cg

(global-set-key "\C-cg" 'goto-line)


It's worth mentioning that most of the time you don't need to do
this. Compile errors for instance are in many cases parsable by emacs,
and it will just jump to the right line for you. 

Cheers

Phil


reply via email to

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