From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Key binding M-g should really be goto-line Date: Thu, 10 Mar 2005 08:29:38 +0200 Organization: JURTA Message-ID: <871xaoxcve.fsf@jurta.org> 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: quoted-printable X-Trace: sea.gmane.org 1110438462 13909 80.91.229.2 (10 Mar 2005 07:07:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 07:07:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 08:07:42 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9Hkd-0001f7-Pn for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 08:06:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9HzQ-0003M0-Sm for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 02:21:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9HvD-0001Mz-2k for emacs-devel@gnu.org; Thu, 10 Mar 2005 02:17:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9Hv4-0001H1-GS for emacs-devel@gnu.org; Thu, 10 Mar 2005 02:17:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9Hv1-0001FS-Pj for emacs-devel@gnu.org; Thu, 10 Mar 2005 02:17:15 -0500 Original-Received: from [194.126.101.100] (helo=MXR-2.estpak.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D9HYB-0007MA-1o for emacs-devel@gnu.org; Thu, 10 Mar 2005 01:53:39 -0500 Original-Received: from mail.neti.ee (80-235-34-210-dsl.mus.estpak.ee [80.235.34.210]) by MXR-2.estpak.ee (Postfix) with ESMTP id D255416A60D for ; Thu, 10 Mar 2005 08:53:37 +0200 (EET) Original-To: emacs-devel@gnu.org In-Reply-To: (Johan =?iso-8859-1?q?Bockg=E5rd's?= message of "Thu, 10 Mar 2005 02:28:24 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) 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:34401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34401 bojohan+news@dd.chalmers.se (Johan Bockg=E5rd) writes: > Indeed not. It's called `dired-jump' (bound to C-x C-j when dired-x > is loaded). It is good as a global binding, but it has one limitation: it can't jump to an arbitrary file, it jumps only to buffer-file-name when called not from a dired buffer. It would be useful to move `dired-jump' to dired.el and to modify it to ask the file name with the default set to buffer-file-name (or to create a new similar function and bind it to M-g f). --=20 Juri Linkov http://www.jurta.org/emacs/