From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.bugs Subject: Re: Feature Request: Relative jump using M-x goto-line Date: Sat, 13 Oct 2007 00:43:23 +0530 Message-ID: References: <873awgyy6w.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192217289 24622 80.91.229.12 (12 Oct 2007 19:28:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 19:28:09 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 12 21:27:58 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IgQ61-0004A7-Cl for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Oct 2007 21:22:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgQ5u-0004eI-Rj for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Oct 2007 15:22:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgQ5s-0004bD-5b for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2007 15:22:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgQ5p-0004Xr-GI for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2007 15:22:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgQ5p-0004Xa-B1 for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2007 15:22:41 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IgQ5p-0002nU-2e for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2007 15:22:41 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IgQ4z-0005w1-Tq for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2007 19:21:50 +0000 Original-Received: from 59.92.191.106 ([59.92.191.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Oct 2007 19:21:49 +0000 Original-Received: from nsivaram.net by 59.92.191.106 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Oct 2007 19:21:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 59.92.191.106 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:ui9Ckli0+Nho/ajtC/ktAQXYL38= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16734 Archived-At: Eric Hanchrow writes: > M-x goto-line +40, should go 40 lines forward > > M-4 M-0 C-n > > M-x goto-line -30 goes 30 lines backward. > > M-4 M-0 C-p You're trying to put me off from using Emacs, aren't you? :-) That's the most intuitive key chord sequence I've seen in a long time. :-) I've already goto goto-line mapped to C-z, all it needs is something to do relative movement. Not this, please! sivaram --