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: Mon, 15 Oct 2007 23:34:17 +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: ger.gmane.org 1192482898 13927 80.91.229.12 (15 Oct 2007 21:14:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 21:14:58 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 15 23:14:49 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 1IhWzv-0008SW-66 for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Oct 2007 22:57:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhWzo-0000SC-Eg for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Oct 2007 16:57:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhWy2-0006Hc-3z for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 16:55:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhWy0-0006F6-BR for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 16:55:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhWy0-0006En-3l for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 16:55:12 -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 1IhWxz-0008Dd-8O for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 16:55:11 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IhWMv-0006ZA-C1 for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 20:16:54 +0000 Original-Received: from 59.96.35.67 ([59.96.35.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2007 20:16:53 +0000 Original-Received: from nsivaram.net by 59.96.35.67 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2007 20:16:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 59.96.35.67 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:Scx7qOoviHmrlVwzn+ZFBlrepVo= 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:16756 Archived-At: Mathias Dahl writes: > Sivaram Neelakantan writes: > >>> 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. :-) > > How about this then: > > C-2 C-0 C-n, that is, keep Ctrl down and type 2 0 n. That's like three > and a half keypress, could it be shorter to jump 20 lines forward? :) > > > *surrenders* Note to self; Live with the damned bindings. :-) sivaram --