From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick.Godbey@sita.aero Newsgroups: gmane.emacs.help Subject: Re: Go to a Line Date: Thu, 20 Mar 2003 14:12:08 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048191422 4378 80.91.224.249 (20 Mar 2003 20:17:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2003 20:17:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 20 21:17:00 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18w6TE-00018H-00 for ; Thu, 20 Mar 2003 21:17:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18w6Sd-0008Bf-04 for gnu-help-gnu-emacs@m.gmane.org; Thu, 20 Mar 2003 15:16:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18w6SO-0007yU-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 15:16:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18w6SG-0007lf-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 15:16:00 -0500 Original-Received: from mx1.sita.int ([57.250.224.237]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18w6S3-0007Ei-00 for help-gnu-emacs@gnu.org; Thu, 20 Mar 2003 15:15:47 -0500 Original-Received: from atlanta5.sita.int (atlanta5.sita.int [57.6.21.53]) by mx1.sita.int with ESMTP id h2KJBYfo021163; Thu, 20 Mar 2003 19:12:26 GMT Original-To: Bijan Soleymani X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 X-MIMETrack: Serialize by Router on Atlanta5/Atlanta/SITA/WW(Release 5.0.9a |January 7, 2002) at 03/20/2003 02:12:29 PM X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7769 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7769 Or you could just use the default key of M-g nick Bijan Soleymani 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 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