From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Async Package.el Feedback Date: Tue, 7 Apr 2015 18:46:04 +0100 Message-ID: References: <21795.9431.463084.313806@gargle.gargle.HOWL> <21796.1453.613891.252869@retriever.mtv.corp.google.com> <21796.5283.460048.898286@retriever.mtv.corp.google.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1428428787 17171 80.91.229.3 (7 Apr 2015 17:46:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2015 17:46:27 +0000 (UTC) Cc: emacs-devel To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 19:46:27 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YfXZv-0002GE-1h for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 19:46:23 +0200 Original-Received: from localhost ([::1]:47743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfXZu-0001Nm-Io for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 13:46:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfXZe-0001NW-KV for emacs-devel@gnu.org; Tue, 07 Apr 2015 13:46:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfXZd-0002fm-RP for emacs-devel@gnu.org; Tue, 07 Apr 2015 13:46:06 -0400 Original-Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:35246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfXZd-0002fg-Jb for emacs-devel@gnu.org; Tue, 07 Apr 2015 13:46:05 -0400 Original-Received: by lbbuc2 with SMTP id uc2so45086268lbb.2 for ; Tue, 07 Apr 2015 10:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=OkrTlYw3hlBRvIZJCp4yfGCV6bkeSzeIM+eGMj7nUJQ=; b=eHMqUvU7LcEjkno9O7TPolRj6tI6edjVO0IFYElKDG1FKHUYeGJcTcQTL0rPhLCtZs 2bxrcMpWrs+3fGLhRBTmwX/eMHQ6fSGsH9D++gNjMTLpLu4OczVwy+GeR9A41r0WLMf+ p66N+3GsSi1qzQWbYKdQKyxE7NwxNtKC9eLgId1gdXzez7hcuVrsvwsoKaydnQyYEe7w 5God14IaJZr00y7X1gfe04XNLd1djCF9DylKn4KuVRDO2ywFbR5pnP1z2a215NL6DEd3 LNC+4stkTShLFs6PGvA/xyVPMKlQNSEtpT5b+YCfZzB7FrbtmzkaiQsVY4sANR0RtddC kGBQ== X-Received: by 10.112.222.133 with SMTP id qm5mr4586526lbc.86.1428428764818; Tue, 07 Apr 2015 10:46:04 -0700 (PDT) Original-Received: by 10.25.150.131 with HTTP; Tue, 7 Apr 2015 10:46:04 -0700 (PDT) In-Reply-To: <21796.5283.460048.898286@retriever.mtv.corp.google.com> X-Google-Sender-Auth: iNbF-2-WPZCCJWH5NaTx16WXDu0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185100 Archived-At: > For now, the first solution sounds good to me -- personally > I've always found env vars a source of surprize and prefer to keep > emacs customizations inside emacs. What I do wish for (separate from > package.el) is the ability to > > 1. Have the custom file split into a per-package collection of files (Off topic but...) This is technically possible. Instead of packages, it would make more sense for the customizations to be grouped by group (as in defgroup). All the necessary information for that is there already if you want to give it a try. It'll probably be quite a bit of work.