From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Making it easier to enable dired-x Date: Wed, 16 Mar 2011 11:15:02 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300272044 801 80.91.229.12 (16 Mar 2011 10:40:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2011 10:40:44 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 16 11:40: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 1Pzo9S-0001k5-9G for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2011 11:40:39 +0100 Original-Received: from localhost ([127.0.0.1]:59798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pzo5I-0006Yx-IO for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2011 06:36:08 -0400 Original-Received: from [140.186.70.92] (port=44254 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PznlE-00054S-OL for emacs-devel@gnu.org; Wed, 16 Mar 2011 06:15:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PznlD-0005SN-Fa for emacs-devel@gnu.org; Wed, 16 Mar 2011 06:15:24 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:36678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PznlD-0005SC-Ca for emacs-devel@gnu.org; Wed, 16 Mar 2011 06:15:23 -0400 Original-Received: by iyf13 with SMTP id 13so1902076iyf.0 for ; Wed, 16 Mar 2011 03:15:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=OWFKHk+60Uo58fUb8XCtzEtUyUL9HV97VygGsksfZUw=; b=GLtno+R25GBJpYOTYPKENBLRpNgAxBdXV+oNM/CwD6gN0AEjhUqMrEh3wKJWeGxHg4 w54V2rNi2sJ72VKw9hY9FMGJEs98TXo4B9FczwW0vnYWHJnjih3uzBT1yENxiueaPoRE 5GhXv14LsM0ZCEwGSyYkGX52jogQxSRn+pKTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=bjR/6fJXNzj/vZT8MG52XaqgEhM2bAiqL4VjqwZodwFS8ogOTAUb6DuLVWA5tnMtY7 qjFZ25L2jGDxHu04Z5g0O/LsUHX3ef9vAI9oXkTmK/6ghBX5fPrK7SwUARfv+kq3lo3L +CmJ0lLhXqMJ4IkdVUaXZb1P3DG/m2POTbi9o= Original-Received: by 10.42.18.136 with SMTP id x8mr674051ica.337.1300270522179; Wed, 16 Mar 2011 03:15:22 -0700 (PDT) Original-Received: by 10.231.199.77 with HTTP; Wed, 16 Mar 2011 03:15:02 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:137274 Archived-At: I'm reading (info "(dired-x) Installation") about how to enable dired-x. 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? -- Deniz Dogan