From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: Documentation for custom-file - is not (load custom-file) needed? Date: Sun, 05 Dec 2004 15:50:54 +0000 Message-ID: References: <075b01c4d9a4$52799460$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102262641 25774 80.91.229.6 (5 Dec 2004 16:04:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2004 16:04:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 05 17:03:57 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 1Cayrd-0007no-00 for ; Sun, 05 Dec 2004 17:03:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Caz1K-0004hf-NT for ged-emacs-devel@m.gmane.org; Sun, 05 Dec 2004 11:13:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Caz0w-0004az-1A for emacs-devel@gnu.org; Sun, 05 Dec 2004 11:13:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Caz0s-0004Zf-Dc for emacs-devel@gnu.org; Sun, 05 Dec 2004 11:13:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Caz0r-0004Yl-Vb for emacs-devel@gnu.org; Sun, 05 Dec 2004 11:13:30 -0500 Original-Received: from [207.8.226.5] (helo=orb.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cayqg-0006R1-Qw for emacs-devel@gnu.org; Sun, 05 Dec 2004 11:02:59 -0500 Original-Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 0AEB82F8C3C; Sun, 5 Dec 2004 11:02:58 -0500 (EST) Original-Received: from filth.shootybangbang.com (host217-44-221-88.range217-44.btcentralplus.com [217.44.221.88]) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 18F622F93BD; Sun, 5 Dec 2004 11:02:55 -0500 (EST) Original-To: "Lennart Borgman" In-reply-to: <075b01c4d9a4$52799460$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) X-Mailer: Norman X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp 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:30701 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30701 > 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.