From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Making it easier to enable dired-x Date: Wed, 16 Mar 2011 07:00:20 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300284048 5091 80.91.229.12 (16 Mar 2011 14:00:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2011 14:00:48 +0000 (UTC) To: "'Deniz Dogan'" , "'Emacs-Devel devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 16 15:00:40 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 1PzrHD-0003Ji-9H for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2011 15:00:39 +0100 Original-Received: from localhost ([127.0.0.1]:56300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzrHC-0005ws-OW for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2011 10:00:38 -0400 Original-Received: from [140.186.70.92] (port=34836 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzrH4-0005ok-PB for emacs-devel@gnu.org; Wed, 16 Mar 2011 10:00:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzrH3-0008Kt-Rn for emacs-devel@gnu.org; Wed, 16 Mar 2011 10:00:30 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:31204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzrH3-0008Ka-Ek for emacs-devel@gnu.org; Wed, 16 Mar 2011 10:00:29 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p2GE0NUI001369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 16 Mar 2011 14:00:25 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p2GE0MH2002297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Mar 2011 14:00:23 GMT Original-Received: from abhmt009.oracle.com (abhmt009.oracle.com [141.146.116.18]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p2GE0MEP023407; Wed, 16 Mar 2011 09:00:22 -0500 Original-Received: from dradamslap1 (/10.159.60.244) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 16 Mar 2011 07:00:21 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcvjxkFf9AwG+wRkTlm6haqxRmLvRQAG/Qmg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt357.oracle.com [141.146.40.157] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4D80C277.00AD,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 148.87.113.121 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:137282 Archived-At: > I somehow feel that it should be an easier way to enable dired-x, > specifically through "customize", than to manually enter some Lisp > code in the init file. Furthermore, it wasn't obvious to me that I > need to look in the manual to find out how to enable dired-x. > > What do you think? Is it a good idea or even possible to add a > defcustom to dired.el which decides whether or not to load dired-x > with dired? Nowadays we should "enable" it by default. It should just be part of dired. Likewise dired-aux. (Just one opinion.)