From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Making it easier to enable dired-x Date: Thu, 17 Mar 2011 16:31:17 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300393924 2788 80.91.229.12 (17 Mar 2011 20:32:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 20:32:04 +0000 (UTC) Cc: Emacs-Devel devel To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 21:31:59 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0JrP-0000rK-E8 for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 21:31:55 +0100 Original-Received: from localhost ([127.0.0.1]:54255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0JrM-0005qh-0H for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 16:31:52 -0400 Original-Received: from [140.186.70.92] (port=52075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Jqz-0005b8-D8 for emacs-devel@gnu.org; Thu, 17 Mar 2011 16:31:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0Jqo-0000Dy-4A for emacs-devel@gnu.org; Thu, 17 Mar 2011 16:31:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0Jqo-0000Dt-0z for emacs-devel@gnu.org; Thu, 17 Mar 2011 16:31:18 -0400 Original-Received: from localhost ([127.0.0.1]:38931) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0Jqn-000648-Om; Thu, 17 Mar 2011 16:31:17 -0400 X-Spook: number key ASPIC argus United Nations Freeh AVN Janet X-Ran: *9QtZeSpVO,AOg 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:137369 Archived-At: Deniz Dogan wrote: > Why don't you think it should be enabled by default? Well I've never really used it, so take this with a grain of salt, but after tidying it up a bit recently, the impression I got was that it contains a few useful features and a lot of cruft. Eg dired-filename-at-point is not massively different to ffap and thing-at-pt, stuff like "hands-off-my-x-keys" seems clunky, dired-x's local variables are now replaced by dir-locals, there's 50 lines and 3 commands dedicated just to deleting TeX and patch temp files, etc. Plus it has its own manual, which is ~ 80% of the length of dired.texi, which would have to be merged in somehow.