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

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

Re: M-x goto-line binding


From: Eli Zaretskii
Subject: Re: M-x goto-line binding
Date: Fri, 24 Nov 2000 23:30:20 +0200

> From: Omar Armas Aleman <oarmas@mpsnet.net.mx>
> Date: Fri, 24 Nov 2000 14:15:48 -0600 (CST)
> 
> What should I put in my .emacs to bind "M-x goto-line" to "M-x g"?

You can't bind anything to "M-x g", because "M-x" interprets the
following characters as a name of a command.  And there's no command
named "g".

Here's an example whihc binds goto-line to "C-x g" instead:

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



reply via email to

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