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: Customizable modes and package.el Date: Mon, 30 Mar 2015 20:06:16 +0100 Message-ID: References: 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 1427742387 24442 80.91.229.3 (30 Mar 2015 19:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2015 19:06:27 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 30 21:06:25 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 1Ycf0y-00076x-Mx for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 21:06:24 +0200 Original-Received: from localhost ([::1]:35654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycf0x-0002uF-T1 for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 15:06:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycf0t-0002u0-Oi for emacs-devel@gnu.org; Mon, 30 Mar 2015 15:06:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ycf0s-0004Jk-Bx for emacs-devel@gnu.org; Mon, 30 Mar 2015 15:06:19 -0400 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:36123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycf0s-0004JV-3r for emacs-devel@gnu.org; Mon, 30 Mar 2015 15:06:18 -0400 Original-Received: by lbbug6 with SMTP id ug6so102032851lbb.3 for ; Mon, 30 Mar 2015 12:06:17 -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=phFE/esmHxsdIk04fB0DIkX2/1OA6UHSJY1pFZxsxxs=; b=Q8WKpyXk9/mK4EEjJLlrT47ZF+/cV6WLy8XuzCQTkhmIScU6SYSqK5ftJVP9yn++2O aOgFHNK0Dq+oyGr9VYuxG39UcglZmmSrc1Csy7dwWrxw5+uAUOUmzZ/nSCiiZIRs6ogT dZK2rCOU32TB3W9tI/l7yspbRig70fELuL0bhTc6GErXz8my5mEFYhzzHWvBoWzoQTKE eo8J18o04daVtzb8VhROFoyFsQ06TWCb80CRqyqCXMBhTkoV6KSdSfs+A7QpMkqzRf+i pXcWMn1KDQp1/zKrifqUVGvqDtiWwDpni2u1RixYJ/gFZv1AozWFWddNCWQulhZZUKcR sI6g== X-Received: by 10.152.163.35 with SMTP id yf3mr1295845lab.86.1427742377201; Mon, 30 Mar 2015 12:06:17 -0700 (PDT) Original-Received: by 10.112.207.225 with HTTP; Mon, 30 Mar 2015 12:06:16 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: hYEr1Z5jFCQsISJEqu3qu7DkXnw X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 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:184563 Archived-At: Ok, since I've split the other discussion into its own thread and I don't know how that's going to take, I'd like to finish this line of thought. >> The only thing I'm totally sure on is the `now' parameter. I think >> it's not a problem, because it's meant to indicate "set the value >> wihout waiting for the defcustom" and not "set the value immediately", >> but I don't know its real use-case, so it's hard to say for sure. > > Hmm... I thought the idea was to add "(package-initialize)" to the > ~/.emacs What did you mean by this, Stefan? Do you think custom.el should add "(package-initialize)" above the "(custom-set-variables" call?