From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Documentation for custom-file - is not (load custom-file) needed? Date: Sun, 5 Dec 2004 18:07:59 +0100 Message-ID: <00bb01c4daee$5eb81350$0200a8c0@sedrcw11488> References: <075b01c4d9a4$52799460$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102267113 3619 80.91.229.6 (5 Dec 2004 17:18:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2004 17:18:33 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 05 18:18:29 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cb01k-0003FN-00 for ; Sun, 05 Dec 2004 18:18:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb0BS-0003D1-Cq for ged-emacs-devel@m.gmane.org; Sun, 05 Dec 2004 12:28:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cb0BI-0003B1-VA for emacs-devel@gnu.org; Sun, 05 Dec 2004 12:28:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cb0BI-0003Ae-5t for emacs-devel@gnu.org; Sun, 05 Dec 2004 12:28:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb0BI-0003Ab-2a for emacs-devel@gnu.org; Sun, 05 Dec 2004 12:28:20 -0500 Original-Received: from [81.228.11.112] (helo=av5-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cb01T-0003JL-Hh; Sun, 05 Dec 2004 12:18:11 -0500 Original-Received: by av5-2-sn1.fre.skanova.net (Postfix, from userid 502) id B5FAF37EE5; Sun, 5 Dec 2004 18:18:10 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av5-2-sn1.fre.skanova.net (Postfix) with ESMTP id A654237E5C; Sun, 5 Dec 2004 18:18:10 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p180.telia.com [195.252.56.180]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id B575137E56; Sun, 5 Dec 2004 18:18:09 +0100 (CET) Original-To: "John Paul Wallington" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:30705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30705 ----- Original Message ----- From: "John Paul Wallington" > > I believe that (load custom-file) is needed in .emacs to get it to work, but > > the documentation does not say so. > > I don't think so. Have you tested whether that is the case? > > AFAICT, Stefan added some code to startup.el on 2002-08-14 to load > custom-file if it hasn't been done in .emacs. Sorry, yes, you are right. custom-file is loaded after .emacs if not done before in CVS Emacs but not in the current release version. I missed that. - Lennart