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

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

Re: Jumping to line nos


From: Sergei Astanin
Subject: Re: Jumping to line nos
Date: Sun, 29 Apr 2001 15:51:00 +0400

On Sat, 28 Apr 2001 20:39:10 -0700
Raghava Kashyapa <kashyapa@eecs.wsu.edu> wrote:

RK> Hi!
RK>   Could anyone tell me if its possible to directly jump to a specific
RK> line no.
RK> 
RK> I know theres something like M-X goto-line exists. But is there a
RK> short-cut? Or is there a way to define a short-cut in your .emacs file?
RK> 
RK> Thanks!
RK> 
RK> Raghava

Hello, Raghava!

Yes, of courses there is a way. For example I have it in my .emacs:

(global-set-key [f3] 'goto-line)

You may read info documentation about syntax of keys' naming.

BR, Sergei



reply via email to

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