From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: dired-jump Date: Sat, 08 Jul 2006 11:31:34 -0400 Message-ID: References: <87d5cghpd8.fsf@catnip.gol.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152372837 23794 80.91.229.2 (8 Jul 2006 15:33:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Jul 2006 15:33:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 08 17:33:56 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FzEoc-0007Nh-T4 for ged-emacs-devel@m.gmane.org; Sat, 08 Jul 2006 17:33:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzEoc-00062j-2K for ged-emacs-devel@m.gmane.org; Sat, 08 Jul 2006 11:33:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzEmW-0003v6-Uu for emacs-devel@gnu.org; Sat, 08 Jul 2006 11:31:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzEmW-0003uF-C9 for emacs-devel@gnu.org; Sat, 08 Jul 2006 11:31:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzEmW-0003u4-6h for emacs-devel@gnu.org; Sat, 08 Jul 2006 11:31:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzEnB-0005Gm-E4 for emacs-devel@gnu.org; Sat, 08 Jul 2006 11:32:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FzEmM-0004hE-U7; Sat, 08 Jul 2006 11:31:35 -0400 Original-To: Miles Bader In-reply-to: <87d5cghpd8.fsf@catnip.gol.com> (message from Miles Bader on Sat, 08 Jul 2006 10:11:47 +0900) 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 Xref: news.gmane.org gmane.emacs.devel:56797 Archived-At: We could simply continue honoring `dired-bind-jump', but move the binding code from dired-x.el to bindings.el (and maybe add a bit of customize magic to make changes to `dired-bind-jump' do something intelligent). Nothing in dired-x should have a standard key-binding. dired-x is the file where people put extensions to Dired without having to get them judged for inclusion in Dired itself. We could consider the command dired-jump for inclusion in Dired, if you want. (After the release.)