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

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

Re: Newbie: Interactive goto-line ?!


From: Jiri Pejchal
Subject: Re: Newbie: Interactive goto-line ?!
Date: Tue, 24 Feb 2004 11:34:00 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Karel Kubat <karel@e-tunity.com> writes:

> Hi all,
>
> A newbie question: I'm tired of typing "^X goto-line", so what I want is the
> same functionality, but in fewer keystrokes. E.g, after hitting M-g (or
> whatever).

Well you can add (partial-completion-mode 1) in your .emacs.

Than try this: M-x g-l TAB RET 23 RET and you are on line 23.



Or simply put (global-set-key "\M-G" 'goto-line) in .emacs.


--
Jiri Pejchal


reply via email to

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