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

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

Re: Go to a Line


From: Nick . Godbey
Subject: Re: Go to a Line
Date: Thu, 20 Mar 2003 14:12:08 -0500

Or you could just use the default key of

M-g

nick



                                                                                
                                                            
                      Bijan Soleymani <bijan@psq.com>                           
                                                            
                      Sent by:                                         To:      
 help-gnu-emacs@gnu.org                                     
                      help-gnu-emacs-bounces+nick.godbey=sita.a        cc:      
                                                            
                      ero@gnu.org                                      Subject: 
 Re: Go to a Line                                           
                                                                                
                                                            
                                                                                
                                                            
                      03/20/2003 02:04 PM                                       
                                                            
                                                                                
                                                            
                                                                                
                                                            




nowar <nowar@aol.com> writes:

> Hello
>
> Is there any combination of keys to go to a specific line easily ?

M-x goto-line
:)

If that's not convenient then simply bind it to some key:
(global-set-key "\C-cg" 'goto-line)
will bind goto-line to C-c g

Bijan
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs







reply via email to

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