From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: always put Customizations in `custom-file', never in `user-init-file' Date: Mon, 10 Dec 2007 23:00:22 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197345647 15729 80.91.229.12 (11 Dec 2007 04:00:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 04:00:47 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , Emacs-Devel To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 05:00:57 2007 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.50) id 1J1wIj-0005N1-AA for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2007 05:00:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1wIR-0000B5-RH for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 23:00:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1wIK-0008WA-0W for emacs-devel@gnu.org; Mon, 10 Dec 2007 23:00:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1wII-0008U0-2L for emacs-devel@gnu.org; Mon, 10 Dec 2007 23:00:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1wIH-0008Tu-U9 for emacs-devel@gnu.org; Mon, 10 Dec 2007 23:00:29 -0500 Original-Received: from 76-10-156-34.dsl.teksavvy.com ([76.10.156.34] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1wIH-0008AZ-9V for emacs-devel@gnu.org; Mon, 10 Dec 2007 23:00:29 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 83148B4044; Mon, 10 Dec 2007 23:00:22 -0500 (EST) In-Reply-To: (Drew Adams's message of "Mon, 10 Dec 2007 13:58:22 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:85024 Archived-At: > If an old `user-init-file' already has Customizations, then the explicit > (load-file custom-file) should replace them at the same location. My explicit (load custom-file) is not at top-level. Stefan