From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?iso-8859-1?Q?Bockg=E5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: Key binding M-g should really be goto-line Date: Thu, 10 Mar 2005 02:28:24 +0100 Message-ID: References: <87y8cx4b3e.fsf@jurta.org> <87zmxcwkqs.fsf@orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1110418412 3672 80.91.229.2 (10 Mar 2005 01:33:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 01:33:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 02:33:32 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9CY6-0000Dk-M8 for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 02:33:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9Cmt-0002QY-5Y for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2005 20:48:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9CmV-0002Pt-0W for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:48:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9CmS-0002Oe-Li for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:48:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9CmR-0002NR-Pk for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:48:03 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9CTf-0004Fx-T2 for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:28:40 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D9CTE-0008Ct-8k for emacs-devel@gnu.org; Thu, 10 Mar 2005 02:28:12 +0100 Original-Received: from hild.dd.chalmers.se ([129.16.117.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2005 02:28:12 +0100 Original-Received: from bojohan+news by hild.dd.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2005 02:28:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: hild.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (usg-unix-v) Cancel-Lock: sha1:7rao4cBpc+Zvfn57Ia7hOVJWDHE= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34393 Miles Bader writes: > Actually I often want to jump to a file's dired entry while visiting > the file. It's not like it's all _that_ hard to do now (just do `C-x > C-f RET' to visit the cur directory, and look for the file), but the > concept is not completely absurd. Indeed not. It's called `dired-jump' (bound to C-x C-j when dired-x is loaded). -- Johan Bockgård