unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "B. T. Raven" <ecinmn@peoplepc.com>
Subject: Re: rookie question  How to jump to line#
Date: Mon, 06 Mar 2006 17:45:00 GMT	[thread overview]
Message-ID: <wy_Of.429$k75.253@newsread3.news.atl.earthlink.net> (raw)
In-Reply-To: 1141653952.450687.309980@j33g2000cwa.googlegroups.com


"billy" <bp1497@att.com> wrote in message
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

      parent reply	other threads:[~2006-03-06 17:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06 14:05 rookie question How to jump to line# billy
2006-03-06 15:31 ` Albert Reiner
2006-03-06 16:01 ` Mark T.B. Carroll
2006-03-06 17:45 ` B. T. Raven [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='wy_Of.429$k75.253@newsread3.news.atl.earthlink.net' \
    --to=ecinmn@peoplepc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).