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

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

Re: rookie question How to jump to line#


From: B. T. Raven
Subject: Re: rookie question How to jump to line#
Date: Mon, 06 Mar 2006 17:45:00 GMT

"billy" <bp1497@att.com> wrote in message
1141653952.450687.309980@j33g2000cwa.googlegroups.com">news:1141653952.450687.309980@j33g2000cwa.googlegroups.com...
> How do I jump to a line #?
> How do I tell emacs to display line #?
>

In version 22 it's M-g g
In earlier versions you could put something like one of these in .emacs:

(global-set-key [(super g)] 'goto-line)

or

(global-set-key [(hyper g)] 'goto-line)

or

(defalias 'gtl 'goto-line)
and then then type M-x gtl (Alt-x gtl)

Ed



reply via email to

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