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: Re: Making it easier to enable dired-x Date: Thu, 17 Mar 2011 16:19:14 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300377307 23142 80.91.229.12 (17 Mar 2011 15:55:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 15:55:07 +0000 (UTC) Cc: Emacs-Devel devel To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 16:55:03 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 1Q0FXP-000346-8L for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 16:55:01 +0100 Original-Received: from localhost ([127.0.0.1]:54874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0FLh-0001wC-3N for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 11:42:53 -0400 Original-Received: from [140.186.70.92] (port=34731 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0FET-00070S-Sa for emacs-devel@gnu.org; Thu, 17 Mar 2011 11:35:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0EzK-0004pe-HI for emacs-devel@gnu.org; Thu, 17 Mar 2011 11:19:47 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:50010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0EzI-0004oY-UC; Thu, 17 Mar 2011 11:19:45 -0400 Original-Received: by iwl42 with SMTP id 42so3692228iwl.0 for ; Thu, 17 Mar 2011 08:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=yRperY86dl5K/dm0njDZ+kM1KVX3p1BkQpQRoVF5lGM=; b=daOAhHMW1Rsh330/zGNBzKuhDtCOjO0+9AxqkjfSCwb9LsMBj3NHLVL7EnrVlj5fcA VvOIaU+oR831s2EKch1G5gq18EI/fp5JwL2axGe6uOXLZFrGYtkO2h046r3j0221YIQN 7B9OtpB8JVEuEfQ3z5HbFHFqEod7wzki1Ux48= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=kBjsX6nbK1dkj3L8hDvl95vWMBLSCzZCGvDRIW6zuTxBidcYWvBLLSoJdGLwtZVDu4 H6OyNA11678obhYNdUV0tj2EVGyB0OtdwETTTYA/HWzsnUP5VeBS3GJenhL0whlGspTV UDjKnOlkBRruzMC2iUlgTjK566uKKtRc0ePRc= Original-Received: by 10.42.97.7 with SMTP id l7mr1969206icn.471.1300375174533; Thu, 17 Mar 2011 08:19:34 -0700 (PDT) Original-Received: by 10.231.199.77 with HTTP; Thu, 17 Mar 2011 08:19:14 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.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:137341 Archived-At: 2011/3/16 Glenn Morris : > Deniz Dogan wrote: > >> 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. > > Personally I think the instructions could be summarized as (require > 'dired-x) at no great loss. If you want to add a defcustom for the > equivalent of that, fine. I don't think it should be enabled by default > though. > Why don't you think it should be enabled by default?