From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: dired-view-command-alist Date: Mon, 04 Oct 2004 11:17:29 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <16727.29760.450838.453550@zarniwoop.ms25.local> <874qlclupk.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1096903103 19126 80.91.229.6 (4 Oct 2004 15:18:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2004 15:18:23 +0000 (UTC) Cc: reinhard.kotucha@web.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 04 17:18:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CEUbS-0000Rm-00 for ; Mon, 04 Oct 2004 17:18:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEUi3-0007Mc-Qy for ged-emacs-devel@m.gmane.org; Mon, 04 Oct 2004 11:25:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEUhT-0007Ch-Ao for emacs-devel@gnu.org; Mon, 04 Oct 2004 11:24:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEUhS-0007C3-B4 for emacs-devel@gnu.org; Mon, 04 Oct 2004 11:24:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEUhR-0007Ba-VL for emacs-devel@gnu.org; Mon, 04 Oct 2004 11:24:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CEUag-0005bJ-9A for emacs-devel@gnu.org; Mon, 04 Oct 2004 11:17:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CEUaf-0003LJ-A4; Mon, 04 Oct 2004 11:17:29 -0400 Original-To: Juri Linkov In-reply-to: <874qlclupk.fsf@mail.jurta.org> (message from Juri Linkov on Sat, 02 Oct 2004 23:33:33 +0300) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27882 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27882 This proposal describes what ! with dired-x loaded already does. Wouldn't it be better to move the relevant code from dired-x.el to dired.el or dired-aux.el (ca. 300 lines)? The reason for dired-x.el was so that someone else (Sebastian Kremer) could add features to it without my having to do the things that were needed for incorporating them properly into Dired itself. So I have never looked at it. I didn't know it already had this feature. It sounds like a good idea to merge this code into Dired. Would you like to prepare a patch and show it to me? It needs to include etc/NEWS and the manual.